]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-libdir64.patch
- install rpm libraries/data in /lib64 and /usr/lib64
[packages/rpm.git] / rpm-libdir64.patch
1 diff -x '*~' -durN rpm-4.3.orig/configure.ac rpm-4.3/configure.ac
2 --- rpm-4.3.orig/configure.ac   2004-12-19 08:52:05.000000000 +0100
3 +++ rpm-4.3/configure.ac        2004-12-19 09:24:03.466542416 +0100
4 @@ -1178,9 +1178,6 @@
5  
6  dnl XXX Choose /usr/lib or /usr/lib64 for library installs.
7  MARK64=
8 -case "${target_cpu}" in
9 -x86_64*|ppc64*|powerpc64*|sparc64*|s390x*)     MARK64=64 ;;
10 -esac
11  AC_SUBST(MARK64)
12  
13  dnl Determine the canonical arch-vendor-os for the build machine
14 @@ -1234,7 +1231,7 @@
15  AC_SUBST(LOCALEDIR)
16  LIBDIR="`echo $libdir | sed 's-/lib$-/%{_lib}-'`"
17  AC_SUBST(LIBDIR)
18 -RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
19 +RPMCONFIGDIR="`echo ${libdir}/rpm`"
20  AC_DEFINE_UNQUOTED(RPMCONFIGDIR, "$RPMCONFIGDIR",
21         [Full path to rpm global configuration directory (usually /usr/lib/rpm)])
22  AC_SUBST(RPMCONFIGDIR)
23 diff -x '*~' -durN rpm-4.3.orig/scripts/Makefile.am rpm-4.3/scripts/Makefile.am
24 --- rpm-4.3.orig/scripts/Makefile.am    2003-03-25 13:49:47.000000000 +0100
25 +++ rpm-4.3/scripts/Makefile.am 2004-12-19 09:24:37.808321672 +0100
26 @@ -21,7 +21,7 @@
27  
28  all:
29  
30 -configdir = ${prefix}/lib/rpm
31 +configdir = @RPMCONFIGDIR@
32  config_SCRIPTS = \
33         brp-compress brp-redhat brp-strip brp-strip-comment-note \
34         brp-strip-shared brp-strip-static-archive brp-sparc64-linux \
This page took 0.033868 seconds and 4 git commands to generate.