Merge pull request #3299

c89d59c Remove '/': prefix always starts with '/' (Florin)
This commit is contained in:
Wladimir J. van der Laan 2013-11-22 04:43:28 +01:00
commit 76cfa60222
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -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