]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
added %{_target} macro
authorArtur Frysiak <artur@frysiak.net>
Wed, 5 May 1999 20:40:42 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.7

ClanLib.spec

index 7871122816de442995c65678d26a0eeea56c7ef8..9e37b83d40025eb3a87917856160bce203b7abca 100644 (file)
@@ -61,7 +61,7 @@ do kompilacji program
 %setup -q -n ClanLib
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
+./configure %{_target} \
        --prefix=/usr
 make
 
This page took 0.054914 seconds and 4 git commands to generate.