ac94472032
- fixed build with new autotools - fix for autoconnect crash - fix for links in chat window - fixed segfault in send_ERA
13 lines
485 B
Text
13 lines
485 B
Text
$NetBSD: patch-aa,v 1.8 2006/10/24 19:19:22 adam Exp $
|
|
|
|
--- lib/Makefile.in.orig 2006-10-15 11:54:53.000000000 +0200
|
|
+++ lib/Makefile.in
|
|
@@ -359,7 +359,7 @@ libgg2_core_la_SOURCES = \
|
|
perl_embed.h
|
|
|
|
libgg2_core_la_HEADERS = gg2_core.h
|
|
-libgg2_core_la_LIBADD = $(PERL_OPTION_LDFLAGS) -ldl
|
|
+libgg2_core_la_LIBADD = $(PERL_OPTION_LDFLAGS)
|
|
libgg2_core_la_LDFLAGS = -version-info 2:2:0
|
|
libgg2_core_la_CFLAGS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\"
|
|
pkgconfigdir = $(libdir)/pkgconfig
|