]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- add __cpp macro expand
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 3 Sep 2008 14:42:12 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros-cpp.patch -> 1.1.2.1

rpm-macros-cpp.patch [new file with mode: 0644]

diff --git a/rpm-macros-cpp.patch b/rpm-macros-cpp.patch
new file mode 100644 (file)
index 0000000..14f9efd
--- /dev/null
@@ -0,0 +1,10 @@
+--- rpm-4.5/configure.ac~      2008-09-03 17:12:14.000000000 +0300
++++ rpm-4.5/configure.ac       2008-09-03 17:36:17.708355723 +0300
+@@ -250,6 +250,7 @@
+ AC_PATH_PROG(__GREP, grep, /bin/grep, $MYPATH)
+ AC_PATH_PROG(__GZIP, gzip, /bin/gzip, $MYPATH)
+ AC_PATH_PROG(__HG, hg, %{_bindir}/hg, $MYPATH)
++AC_PATH_PROG(__CPP, cpp, %{_bindir}/cpp, $MYPATH)
+ AC_PATH_PROG(__ID, id, /usr/bin/id, $MYPATH)
+ AC_MSG_CHECKING(checking whether id supports -u)
This page took 0.040941 seconds and 4 git commands to generate.