]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- rename glob to rpm_glob
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Jul 2005 16:17:01 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.671

rpm.spec

index 5b6ba726d35c227f2be9e4986d7e09219b4690b2..233fab6a4a9ad9bae05e568fbc49fb4880a8fffe 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -666,6 +666,8 @@ sed -e 's|@host@|%{_target_cpu}-%{_target_vendor}-linux-gnu|' \
        -e 's|@host_cpu@|%{_target_cpu}|' macros.in > macros.tmp
 mv -f macros.tmp macros.in
 
+CPPFLAGS="-Dglob=rpm_glob -Dglobfree=rpm_globfree"; export CPPFLAGS
+
 # pass CC and CXX too in case of building with some older configure macro
 %configure \
        CC="%{__newcc}" \
This page took 0.042613 seconds and 4 git commands to generate.