]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
s/%{_target}/%{_target_platform}/
authorArtur Frysiak <artur@frysiak.net>
Tue, 1 Jun 1999 17:46:14 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.12

eggdrop.spec

index 914908b6137f6f4414c8c7520d26f618b6ed20ee..7c77657075888ed42ca9f905c3a7ff55ab7e3b06 100644 (file)
@@ -39,13 +39,13 @@ przesy
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
-./configure %{_target} \
+./configure %{_target_platform} \
        --prefix=%{_bindir}
 # Dziwny problem z -ldir w module filesys
 cd src/mod/filesys.mod
 rm -f config.cache config.log
 CFLAGS="$RPM_OPT_FLAGS" \
-./configure %{_target}
+./configure %{_target_platform}
 cd ../../..
 CFLAGS="$RPM_OPT_FLAGS" make
 
This page took 0.137105 seconds and 4 git commands to generate.