]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.macros
- added %ifarch for PPC port of PLD :)
[packages/rpm.git] / 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.043305 seconds and 4 git commands to generate.