030e0fd238
- internal libgadu now work with gnutls instead openssl library. - fixed crash while start. - Tlen.pl configuration moved to .gg2/tlen file - Then to Everaldo www.everaldo.com for his Jabber icons. - close bugs #177,#146,#170,#141,#148 - fixes of parsing links in chat window - and others.
13 lines
453 B
Text
13 lines
453 B
Text
$NetBSD: patch-aa,v 1.6 2005/05/27 13:47:05 adam Exp $
|
|
|
|
--- lib/Makefile.in.orig 2005-05-26 14:40:37.000000000 +0000
|
|
+++ lib/Makefile.in
|
|
@@ -340,7 +340,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
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gg2_core.pc
|