]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm.macros
- fixed CPPFLAGS in %%configure
[packages/rpm-build-macros.git] / rpm.macros
index a8e4f0ccd9e12d774ba83be9cac6c4f12d506910..c42587f6bcbe5d38758c1426ccdf183e3bb2da15 100644 (file)
@@ -33,7 +33,8 @@
 # Build system path macros.
 #
 %__libtoolize           libtoolize --copy --force
-%__automake             automake -a -c -f --foreing
+%__gettextize           gettextize --copy --force
+%__automake             automake -a -c -f --foreign
 %__autoconf             autoconf %{?debug:-Wall}
 
 #-----------------------------------------------------------------
@@ -69,7 +70,7 @@
        CFLAGS="${CFLAGS:-%rpmcflags}" \
        CXXFLAGS="${CXXFLAGS:-%rpmcflags}" \
        FFLAGS="${FFLAGS:-%rpmcflags}" \
-       CPPFLAGS="${CPPFLAGS:-%rpmcflags}" \
+       CPPFLAGS="${CPPFLAGS:-}" \
        %{?__cc:CC=%{__cc}} \
        %{?__cxx:CXX=%{__cxx}} \
        --build=%{_target_platform} \
This page took 0.034622 seconds and 4 git commands to generate.