]> git.pld-linux.org Git - packages/console-data.git/commitdiff
- added using %%configure macro.
authorkloczek <kloczek@pld-linux.org>
Wed, 8 Sep 1999 14:03:13 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console-data.spec -> 1.13

console-data.spec

index 1d678083c77c1cef655077bee37fe04477de1766..4045365c8937fe63334836b6b29e50fdac689765 100644 (file)
@@ -21,10 +21,9 @@ r
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
+LDFLAGS="-s"; export LDFLAGS
+%configure \
         --with-main_compressor=gzip
-
 make
 
 %install
This page took 0.148844 seconds and 4 git commands to generate.