]> git.pld-linux.org Git - packages/ftpd-BSD.git/commitdiff
- release 3, ftpd-BSD-0_3_1-3
authorkloczek <kloczek@pld-linux.org>
Mon, 10 Jul 2000 14:45:09 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%{__make} macro,
- fixed passing $RPM_OPT_FLAGS to compile options.

Changed files:
    ftpd-BSD.spec -> 1.16

ftpd-BSD.spec

index fee6ce2044cc772bfc97616fa5af1c2b541029d4..618bb65efcbdba5d3c9f688eaa3691db93376d3d 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       OpenBSD's ftpd ported to Linux (with IPv6 support)
 Name:          ftpd-BSD
 Version:       0.3.1
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
@@ -45,7 +45,7 @@ wersji ftpd to 6.4, za
 %patch0 -p0
 
 %build
-( cd ftpd ; make )
+%{__make} -C ftpd OPT_CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.202107 seconds and 4 git commands to generate.