summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-02-20 20:36:39 +0100
committerWerner Koch <wk@gnupg.org>2013-03-18 11:11:13 +0100
commit6b80629bcd6ca9b90417a670fbd6e9b6e88cf0c5 (patch)
tree26672d614dbf12da58d5806f0fe780be5957ca9e
parenta35396a90f9a540d5107796a54b51164a59a4f5b (diff)
downloadlibgcrypt-6b80629bcd6ca9b90417a670fbd6e9b6e88cf0c5.tar.gz
Remove build hacks for FreeBSD.
* configure.ac [freebsd]: Do not add /usr/local to CPPFLAGS and LDFLAGS. -- Back in ~2000 we introduced a quick hack to make building of Libgcrypt on FreeBSD easier by always adding -I/usr/local/include and -L/usr/local/lib . It turned out that this is a bad idea if one wants to build with library version which is not installed in /usr/local.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index a2f6b010..2eab2324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,12 +221,6 @@ case "${host}" in
AC_DEFINE(HAVE_DOSISH_SYSTEM)
;;
- *-*-freebsd*)
- # FreeBSD
- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
- LDFLAGS="$LDFLAGS -L/usr/local/lib"
- ;;
-
*-*-hpux*)
if test -z "$GCC" ; then
CFLAGS="$CFLAGS -Ae -D_HPUX_SOURCE"