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

vim.spec

index 6db21c4c9d33d29faf947ec42a69b347111e0a2c..0c00a0ed4452b971b2fd6d9919f8157809556fbe 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -129,7 +129,7 @@ z wykorzystaniem gtk.
 cd src
 
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-static -s" \
-./configure \
+./configure %{_target} \
        --disable-gui \
        --without-x \
        --disable-perlinterp \
@@ -148,7 +148,7 @@ mv xxd/xxd xxd.static
 
 make distclean
 LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
+./configure %{_target} \
        --enable-max-features \
        --disable-gui \
        --without-x \
@@ -164,7 +164,7 @@ mv vim vim.ncurses
 
 make distclean
 LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
+./configure %{_target} \
         --enable-max-features \
        --enable-gui=athena \
        --with-x \
@@ -180,7 +180,7 @@ mv vim vim.athena
 
 make distclean
 LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
+./configure %{_target} \
         --enable-max-features \
        --enable-gui=motif \
        --with-x \
@@ -196,7 +196,7 @@ mv vim vim.lesstif
 
 make distclean
 LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" \
-./configure \
+./configure %{_target} \
         --enable-max-features \
        --enable-gui=gtk \
        --with-x \
This page took 0.166034 seconds and 4 git commands to generate.