]> git.pld-linux.org Git - packages/gftp.git/commitdiff
- simplification in %build (added using %configure). gftp-2_0_2-1
authorkloczek <kloczek@pld-linux.org>
Tue, 29 Jun 1999 21:51:18 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gftp.spec -> 1.18

gftp.spec

index 6e3b9ec8b20e9b615d530afd6ad37fa9dd4de689..b19cb734d19f4df538040c2c78171c5420e2cf40 100644 (file)
--- a/gftp.spec
+++ b/gftp.spec
@@ -37,9 +37,8 @@ zarz
 %patch2 -p0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} 
+LDFLAGS="-s"; export LDFLAGS
+%configure
 make 
 
 %install
This page took 0.065013 seconds and 4 git commands to generate.