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

mysql.spec

index 3a67e7e9c3a168271f200ce192ec3b161ff0c88e..7043079cdf1f43591e3288eea21a91510ef82b00 100644 (file)
@@ -46,7 +46,7 @@ developing applications that use the MySQL database.
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure \
+./configure %{_target} \
        --enable-shared \
        --enable-static \
        --enable-assembler \
This page took 0.134505 seconds and 4 git commands to generate.