]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- set macrofiles paths here; rpmrc is obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Feb 2007 08:31:09 +0000 (08:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.37

rpm-macros.patch

index 167f8e5b10b8ba0bdc54c1646468ed18aecce370..0ff1c4cb248adc7761a79c8ce71632122381aa4e 100644 (file)
@@ -102,3 +102,14 @@ diff -ur rpm-4.4.7.org/macros.in rpm-4.4.7/macros.in
  
  # \endverbatim
  #*/
+--- rpm/configure.ac.org       2007-02-08 09:16:46.554623000 +0100
++++ rpm/configure.ac   2007-02-08 09:18:16.386623000 +0100
+@@ -1368,7 +1368,7 @@
+       [Full path to rpm system configuration directory (usually /etc/rpm)])
+ AC_SUBST(SYSCONFIGDIR)
+-MACROFILES="${RPMCONFIGDIR}/macros:${RPMCONFIGDIR}/%{_target}/macros:${SYSCONFIGDIR}/macros.*:${SYSCONFIGDIR}/macros:${SYSCONFIGDIR}/%{_target}/macros:~/.rpmmacros"
++MACROFILES="${RPMCONFIGDIR}/macros:${RPMCONFIGDIR}/macros.build:${RPMCONFIGDIR}/%{_target}/macros:${SYSCONFIGDIR}/macros.*:${SYSCONFIGDIR}/macros:${SYSCONFIGDIR}/%{_target}/macros:~/.rpmmacros"
+ AC_DEFINE_UNQUOTED(MACROFILES, "$MACROFILES",
+       [Colon separated paths of macro files to read.])
+ AC_SUBST(MACROFILES)
This page took 0.046147 seconds and 4 git commands to generate.