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

gnuplot.spec

index 838e1abe1281df6dc7c73cb6c037af6ad004ac61..e42dc18369c951009e7ae657fbcbe5c1c1029c90 100644 (file)
@@ -37,7 +37,8 @@ kullan
 %setup -q 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
+CFLAGS="$RPM_OPT_FLAGS" \
+./configure %{_target} \
        --prefix=/usr \
        --with-gnu-readline \
        --with-png
This page took 0.150156 seconds and 4 git commands to generate.