diff options
| author | jvdias <jvdias@fedoraproject.org> | 2005-08-17 03:08:27 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2005-08-17 03:08:27 +0000 |
| commit | 8760cd3bc4b49add9ab4ed6e94c6c38bec6017be (patch) | |
| tree | f7d6cfd218f6c52bf62bf1c3ee54a1a744794c91 | |
| parent | dbe55db2eec7bd3acef0c3cc43d759c438dc3174 (diff) | |
| download | bind-8760cd3bc4b49add9ab4ed6e94c6c38bec6017be.tar.gz bind-8760cd3bc4b49add9ab4ed6e94c6c38bec6017be.tar.xz bind-8760cd3bc4b49add9ab4ed6e94c6c38bec6017be.zip | |
/usr/lib/dbus-1.0/include -> /usr/lib64/dbus-1.0/include for x86_64, ppc64,
s390x
| -rw-r--r-- | bind-9.3.1-dbus_archdep_libdir.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bind-9.3.1-dbus_archdep_libdir.patch b/bind-9.3.1-dbus_archdep_libdir.patch new file mode 100644 index 0000000..e6f1ce2 --- /dev/null +++ b/bind-9.3.1-dbus_archdep_libdir.patch @@ -0,0 +1,26 @@ +--- bind-9.3.1/bin/named_sdb/Makefile.in.dbus_archdep_libdir 2005-08-16 21:23:28.000000000 -0400 ++++ bind-9.3.1/bin/named_sdb/Makefile.in 2005-08-16 23:00:49.000000000 -0400 +@@ -35,8 +35,9 @@ + ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \ + ${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} ${ISC_INCLUDES} \ + ${DBDRIVER_INCLUDES} ++DBUS_ARCHDEP_LIBDIR ?= lib + DBUS_INCLUDES = \ +- -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 ++ -I/usr/${DBUS_ARCHDEP_LIBDIR}/dbus-1.0/include -I/usr/include/dbus-1.0 + CDEFINES = + CWARNINGS = + +--- bind-9.3.1/bin/named/Makefile.in.dbus_archdep_libdir 2005-08-16 21:23:28.000000000 -0400 ++++ bind-9.3.1/bin/named/Makefile.in 2005-08-16 23:00:58.000000000 -0400 +@@ -35,8 +35,9 @@ + ${LWRES_INCLUDES} ${DNS_INCLUDES} ${BIND9_INCLUDES} \ + ${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} ${ISC_INCLUDES} \ + ${DBDRIVER_INCLUDES} ++DBUS_ARCHDEP_LIBDIR ?= lib + DBUS_INCLUDES = \ +- -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 ++ -I/usr/${DBUS_ARCHDEP_LIBDIR}/dbus-1.0/include -I/usr/include/dbus-1.0 + CDEFINES = + CWARNINGS = + |
