mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
This commit is contained in:
parent
f02c0f6849
commit
2e38eab93c
@ -1,3 +1,8 @@
|
||||
2005-08-09 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Remove hardcoded -I and -L for /usr/local on
|
||||
FreeBSD.
|
||||
|
||||
2005-08-04 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
|
||||
|
@ -495,12 +495,6 @@ case "${host}" in
|
||||
agent_support=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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user