]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- added IPv6 support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Dec 1999 09:33:56 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffingerd.spec -> 1.15

ffingerd.spec

index 241344e057c85ca760328687bc9f9c558711f8c0..f8d6a9ed68460429a25ba860b770643807a31a5b 100644 (file)
@@ -8,7 +8,8 @@ Group(pl):      Sieciowe/Serwery
 Copyright:     GPL
 Source:                ftp://ftp.fu-berlin.de/pub/unix/security/ffingerd/%{name}-%{version}.tar.bz2
 Source1:       %{name}.inetd
-Patch:         ffingerd-DESTDIR.patch
+Patch0:                ffingerd-DESTDIR.patch
+Patch1:                ffingerd-ipv6.patch
 Requires:      inetdaemon
 Prereq:                rc-inetd
 Provides:      fingerd
@@ -33,11 +34,13 @@ Umo
 
 %prep
 %setup -q
-%patch -p0
+%patch0 -p0
+%patch1 -p1
 
 %build
 LDFLAGS="-s"; export LDFLAGS
-%configure 
+autoconf
+%configure --enable-ipv6
 make
 
 %install
This page took 0.084009 seconds and 4 git commands to generate.