mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.
This commit is contained in:
parent
f02c0f6849
commit
2e38eab93c
2 changed files with 5 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue