packages: eggdrop/eggdrop-ssl.patch fix autoheader (autoconf-2.68) complain...

glen glen at pld-linux.org
Sat Mar 31 18:54:22 CEST 2012


Author: glen                         Date: Sat Mar 31 16:54:22 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
fix autoheader (autoconf-2.68) complaining:
$ autoheader
autoheader: warning: missing template: EGG_SSL_EXT
autoheader: Use AC_DEFINE([EGG_SSL_EXT], [], [Description])

---- Files affected:
packages/eggdrop:
   eggdrop-ssl.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/eggdrop/eggdrop-ssl.patch
diff -u packages/eggdrop/eggdrop-ssl.patch:1.7 packages/eggdrop/eggdrop-ssl.patch:1.8
--- packages/eggdrop/eggdrop-ssl.patch:1.7	Sat Mar 31 18:40:11 2012
+++ packages/eggdrop/eggdrop-ssl.patch	Sat Mar 31 18:54:17 2012
@@ -48,7 +48,7 @@
  MAKE_DEPEND = $(MAKE) 'MAKE=$(MAKE)' 'CC=$(CC)'
  
 --- aclocal.m4	2004-03-27 06:50:00.000000000 +0000
-+++ aclocal.m4	2004-03-27 06:50:00.000000000 +0000
++++ aclocal.m4	2012-03-31 19:46:26.881862392 +0300
 @@ -37,6 +37,64 @@
  ])
  
@@ -90,7 +90,7 @@
 +
 +      if test -n "$SSL_INCLUDE" && test -n "$SSL_LIB" && test -n "$CRYPTO_LIB"; then
 +        SSL_LIBS="-lssl -lcrypto -L$SSL_LIB -L$CRYPTO_LIB";
-+        AC_DEFINE(EGG_SSL_EXT)
++        AC_DEFINE([EGG_SSL_EXT], [], [SSL support])
 +        AC_MSG_RESULT(yes)
 +      else
 +        AC_MSG_RESULT(no)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/eggdrop/eggdrop-ssl.patch?r1=1.7&r2=1.8



More information about the pld-cvs-commit mailing list