1e2bb9d2d1
Add ipv6 support Submitted by: Xander Jansen <Xander.Jansen@surfnet.nl> (ipv6)
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
--- src/Makefile.in.bak Tue Apr 23 04:23:33 2002
|
|
+++ src/Makefile.in Sat May 25 18:30:39 2002
|
|
@@ -65,7 +65,7 @@
|
|
YACC = @YACC@
|
|
|
|
CANLIB = # -L../libcanlock -lcanlock
|
|
-INTL_LIBS = @INTLDIR_MAKE@ @INTLLIBS@
|
|
+INTL_LIBS = @INTLLIBS@
|
|
PCRE_LIBS = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre
|
|
LIBS = $(PCRE_LIBS) $(CANLIB) @LIBS@ @INN_NNTPLIB@ $(INTL_LIBS)
|
|
|