aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-02-20 19:31:52 +0000
committerWerner Koch <[email protected]>2013-02-20 19:31:52 +0000
commit8e5766c38f3ac376fb8e7c7f2b0f65de23d84cbe (patch)
tree5e671375a657483f481b3f3eefd0f100917fcfba
parentUpdate .gitignore for non-VPATH builds. (diff)
downloadgnupg-8e5766c38f3ac376fb8e7c7f2b0f65de23d84cbe.tar.gz
gnupg-8e5766c38f3ac376fb8e7c7f2b0f65de23d84cbe.zip
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. The hack made was eventually (in 2003) copied from Libgcrypt to GnuPG-2.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 5881df1a1..cf5ab3fa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -627,12 +627,6 @@ case "${host}" in
try_gettext="no"
;;
- *-*-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"