Merge pull request #3299
c89d59c
Remove '/': prefix always starts with '/' (Florin)
This commit is contained in:
commit
76cfa60222
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ case $host in
|
|||
bdb_prefix=`$BREW --prefix berkeley-db4`
|
||||
export PKG_CONFIG_PATH="$openssl_prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
CPPFLAGS="$CPPFLAGS -I$bdb_prefix/include"
|
||||
LIBS="$LIBS -L/$bdb_prefix/lib"
|
||||
LIBS="$LIBS -L$bdb_prefix/lib"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue