[git] GnuPG - branch, key-storage-work, updated. gnupg-2.1.0beta3-170-g8e5766c

by Werner Koch cvs at cvs.gnupg.org
Wed Feb 20 21:32:19 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, key-storage-work has been updated
       via  8e5766c38f3ac376fb8e7c7f2b0f65de23d84cbe (commit)
      from  7ab61423f0066c89130d1d1e6a5b429cff188b97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8e5766c38f3ac376fb8e7c7f2b0f65de23d84cbe
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Feb 20 20:31:52 2013 +0100

    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.

diff --git a/configure.ac b/configure.ac
index 5881df1..cf5ab3f 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"

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list