]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- add __configure_sh macro to be able to run ./configure with bash for example
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Nov 2008 14:10:55 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.499

rpm.macros

index 7af014527f529a920426d75aad467ee9a2485646..795b31dff8740b2b248edf33986b2b5b10bd8276 100644 (file)
@@ -228,7 +228,8 @@ CXXFLAGS="%{rpmcxxflags}" \
 #%configure_cache 0
 %configure_cache_file  %{buildroot}.configure.cache
 
-%configure {./configure \
+%__configure_sh sh
+%configure {%__configure_sh ./configure \
        LDFLAGS="${LDFLAGS:-%rpmldflags}" \
        CFLAGS="${CFLAGS:-%rpmcflags}" \
        CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}" \
This page took 0.042877 seconds and 4 git commands to generate.