Skip to content

Commit

Permalink
Fix Berkeley DB detection on omnios
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 14, 2024
1 parent 6bfd5a2 commit 31d2708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
run: |
export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
meson setup build \
-Dwith-bdb=/opt/local \
-Dpkg_config_path=/opt/local/lib/pkgconfig
ninja -C build
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ bdb_version = ''
bdb_dirs = [
'/usr/local',
'/usr/pkg',
'/opt/local',
'/usr',
]
bdb_subdirs = [
Expand Down

0 comments on commit 31d2708

Please sign in to comment.