]> git.pld-linux.org Git - packages/ppp.git/commitdiff
- added radius patch, rebuild ac/am/lt for radiusclient (needed); release 4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Nov 2003 20:54:42 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ppp.spec -> 1.110

ppp.spec

index 57aadd479ca5ad1a9412bb3bf40e3a7bc95dfb2c..c37f1c92a817dbf3db400851138d4bd6b9530468 100644 (file)
--- a/ppp.spec
+++ b/ppp.spec
@@ -14,7 +14,7 @@ Summary(tr):  PPP sunucu s
 Summary(zh_CN):        PPP ÅäÖú͹ÜÀíÈí¼þ°ü.
 Name:          ppp
 Version:       2.4.2
-Release:       3
+Release:       4
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons
@@ -35,8 +35,11 @@ Patch4:              %{name}-pppoatm.patch
 Patch5:                %{name}-pidfile-owner.patch
 Patch6:                %{name}-rp-pppoe-update.patch
 Patch7:                %{name}-rp-pppoe-macaddr.patch
+Patch8:                %{name}-radius.patch
 URL:           http://www.samba.org/ppp/
+BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 %{?with_pppoatm:BuildRequires: linux-atm-devel}
 BuildRequires: pam-devel
 Requires:      pam >= 0.77.3
@@ -117,15 +120,19 @@ Wtyczka PPPoATM dla pppd.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 cd pppd/plugins/radius/radiusclient
-# touch seems no longer needed?
-#find . -exec touch "{}" ";"
-cp -f /usr/share/automake/config.* .
-%configure2_13 \
-       --enable-shared \
-       --enable-static
+# cannot use system radiusclient 0.3.2 - this version is modified
+# (contains some extensions which made it incompatible with original)
+# lt must be rebuilt (old libtool didn't use PIC on ppc-linux)
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
 cd ../../../..
 # note: not autoconf configure
 %configure
This page took 0.119019 seconds and 4 git commands to generate.