]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- IPv6 support auto/th/eggdrop-1_6_19-4
authorjezik <jezik@pld-linux.org>
Thu, 5 Feb 2009 23:27:41 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NMI patch
- TODO: check/fix with suzi patch (?); bconds for ssl and IPv6

Changed files:
    eggdrop.spec -> 1.116

eggdrop.spec

index 034d04888adb867c84734f03e2b5ce9e2e87cbbd..df7dddec319cc08b6e1b62a5b766b7ebb0d99379 100644 (file)
@@ -62,6 +62,8 @@ Patch5:               %{name}-autobotchk.patch
 Patch6:                %{name}-ssl.patch
 Patch7:                %{name}-nolibs.patch
 Patch8:                %{name}-nohostwhowhom.patch
+Patch9:                %{name}-nmu.patch
+Patch10:       %{name}-ipv6-ssl.patch
 URL:           http://www.eggheads.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -164,6 +166,9 @@ patch -p1 < eggdrop1.6.19-sp.0009.diff || exit 1
 %patch6 -p1
 %endif
 
+%patch9 -p0
+%patch10 -p0
+
 %build
 # detect threaded tcl version
 sed -i -e 's#TclpFinalizeThreadData#Tcl_FinalizeThread#g' aclocal.m4
@@ -182,7 +187,8 @@ cd ../dns.mod
 %configure
 cd ../../..
 %configure \
-       --enable-tcl-threads
+       --enable-tcl-threads \
+       --enable-ipv6
 %{__make} config
 %{__make}
 
This page took 0.061592 seconds and 4 git commands to generate.