]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
added %{_target} macro
authorArtur Frysiak <artur@frysiak.net>
Thu, 6 May 1999 17:07:01 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.5

eggdrop.spec

index cb56031d328d4a8c7e71899597844b602d5c221b..6feb555de0e3c3ff4911693b1c1e75f5f747bd63 100644 (file)
@@ -38,11 +38,14 @@ przesy
 %patch -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/bin
+CFLAGS="$RPM_OPT_FLAGS" \
+./configure %{_target} \
+       --prefix=/usr/bin
 # Dziwny problem z -ldir w module filesys
 cd src/mod/filesys.mod
 rm -f config.cache config.log
-CFLAGS="$RPM_OPT_FLAGS" ./configure %{_target}
+CFLAGS="$RPM_OPT_FLAGS" \
+./configure %{_target}
 cd ../../..
 CFLAGS="$RPM_OPT_FLAGS" make
 
This page took 0.061367 seconds and 4 git commands to generate.