]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- %%configure2_13 behaves like %%configure, now (CC and CXX handling)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Oct 2001 20:52:20 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.62

rpm.macros

index 69b5b3ea0b748fedfee9f113f72f32c4c4ab96d7..c4c5b061d17b9c10efd31c462e4baaedb51fd578 100644 (file)
@@ -32,6 +32,8 @@
  CFLAGS="${CFLAGS:-%rpmcflags}" ; export CFLAGS ; \
  CXXFLAGS="${CXXFLAGS:-%rpmcflags}" ; export CXXFLAGS ; \
  FFLAGS="${FFLAGS:-%rpmcflags}" ; export FFLAGS ; \
+ %{?__cc:CC=%{__cc} ; export CC ; } \
+ %{?__cxx:CXX=%{__cxx} ; export CXX ; } \
  ./configure \
        --host=%{_target_platform} \
        --prefix=%{_prefix} \
This page took 0.03961 seconds and 4 git commands to generate.