diff options
Diffstat (limited to 'chat/ekg/patches/patch-ad')
-rw-r--r-- | chat/ekg/patches/patch-ad | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chat/ekg/patches/patch-ad b/chat/ekg/patches/patch-ad index 383c95c23e4..0dc16b3becb 100644 --- a/chat/ekg/patches/patch-ad +++ b/chat/ekg/patches/patch-ad @@ -1,8 +1,17 @@ -$NetBSD: patch-ad,v 1.3 2004/10/22 09:14:45 adam Exp $ +$NetBSD: patch-ad,v 1.4 2005/04/21 08:53:11 adam Exp $ ---- configure.orig 2004-10-22 10:37:34.000000000 +0000 +--- configure.orig 2005-03-20 12:46:53.000000000 +0000 +++ configure -@@ -4554,7 +4554,6 @@ if test "x$have_openssl" = "xyes"; then +@@ -4224,7 +4224,7 @@ echo "$as_me: WARNING: we do not know ho + echo $ECHO_N "checking if -pthread is sufficient with -shared... $ECHO_C" >&6 + save_CFLAGS="$CFLAGS" + save_LIBS="$LIBS" +- CFLAGS="-shared -Wl,-z,defs $CFLAGS" ++ CFLAGS="-shared $CFLAGS" + ok="no" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" +@@ -4657,7 +4657,6 @@ if test "x$have_openssl" = "xyes"; then LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS" CFLAGS="$CFLAGS $OPENSSL_INCLUDES" CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES" |