/usr/lib/dbus-1.0/include -> /usr/lib64/dbus-1.0/include for x86_64, ppc64,
s390x
This commit is contained in:
parent
dbe55db2ee
commit
8760cd3bc4
26
bind-9.3.1-dbus_archdep_libdir.patch
Normal file
26
bind-9.3.1-dbus_archdep_libdir.patch
Normal file
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user