]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- builds with ac regeneration
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 14 Jun 2003 13:17:41 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- note the comment inside the spec about disabling ipv6 support

Changed files:
    eggdrop.spec -> 1.66

eggdrop.spec

index 266f5e630eda628dcab720454f84db7f7f67ad30..0826b4833c654de740c6f23a86ecb9e6da3dab78 100644 (file)
@@ -60,6 +60,7 @@ Patch3:               ftp://ftp.eggheads.org/pub/%{name}/patches/1.6/topicprot%{version}.patc
 Patch4:                %{name}-config_encryption.patch
 # This one fixes eggdrop botchk/autobotchk scripts
 Patch5:                %{name}-autobotchk.patch
+Patch6:                %{name}-ac_fix.patch
 URL:           http://www.eggheads.org/
 BuildRequires: tcl-devel
 Requires:      tcl
@@ -150,23 +151,24 @@ Eggdrop 
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p0
 
 %build
-#CFLAGS="%{rpmcflags}"; export CFLAGS
-# There is no sense in using configure macro, as the eggdrop makes no use
-# of provided settings, or at least of those given with --*dir options
-# HUMPF! At least one thing sucks: 
-# eggdrop's configure thingie, or my linux knowledge.
-#./configure --enable-ipv6
-#%{__aclocal}
-#%{__autoconf}
-#%{__autoheader}
-#cd src/mod/compress.mod
-#%{__autoconf}
-#cd ../dns.mod
-#%{__autoconf}
-#cd ../../..
-%configure2_13 --enable-ipv6
+# Author of eggdrop should go read some docs... a lot of docs
+# It's either ipv6 support or async dns module... I don't know which is more
+# important so I disabled ipv6... anybody cares to correct me? -- mmazur
+mv aclocal.m4 acinclude.m4
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+cd src/mod/compress.mod
+%{__autoconf}
+%configure
+cd ../dns.mod
+%{__autoconf}
+%configure #--enable-ipv6
+cd ../../..
+%configure #--enable-ipv6
 %{__make} config
 %{__make}
 
This page took 0.046848 seconds and 4 git commands to generate.