openbsd-ports/security/dante/patches/patch-configure
brad a6159b2950 - add ONLY_FOR_ARCHS and list archs that support shared libraries and
dynamic loading.
- patch autoconf so dante does not compile with debugging symbols
- add libtool patches
2001-01-22 17:15:28 +00:00

25 lines
529 B
Plaintext

--- configure.orig Mon Jan 22 11:17:47 2001
+++ configure Mon Jan 22 11:20:44 2001
@@ -1135,21 +1135,6 @@
fi
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
-if test "$ac_test_CFLAGS" = set; then
- CFLAGS="$ac_save_CFLAGS"
-elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
- CFLAGS="-g -O2"
- else
- CFLAGS="-g"
- fi
-else
- if test "$GCC" = yes; then
- CFLAGS="-O2"
- else
- CFLAGS=
- fi
-fi
# Check whether --with-gnu-ld or --without-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then