diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-20 11:31:19 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-20 11:31:19 +0000 |
| commit | 23eda6f7258f5149d49bfe0b6149884d310378a2 (patch) | |
| tree | 87ed11983e8baacb1900e607eb2a7decac099ea7 /bind-9.5-dbus_archdep_libdir.patch | |
| parent | 5e471bd486f1c3f99a7d2ab43d896e60749b3154 (diff) | |
- removed bind-sdb package (default named has compiled SDB backend now)
- integrated DLZ (Dynamically loadable zones) drivers
- integrated GSS-TSIG support (RFC 3645)
- build with -O0 (many new features, potential core dumps will be more
useful)
Diffstat (limited to 'bind-9.5-dbus_archdep_libdir.patch')
| -rw-r--r-- | bind-9.5-dbus_archdep_libdir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bind-9.5-dbus_archdep_libdir.patch b/bind-9.5-dbus_archdep_libdir.patch new file mode 100644 index 0000000..24de252 --- /dev/null +++ b/bind-9.5-dbus_archdep_libdir.patch @@ -0,0 +1,13 @@ +--- bind-9.4.0/bin/named/Makefile.in.dbus_archdep_libdir 2007-03-06 14:18:14.000000000 +0100 ++++ bind-9.4.0/bin/named/Makefile.in 2007-03-06 14:20:39.000000000 +0100 +@@ -43,8 +43,9 @@ + ${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} ${ISC_INCLUDES} \ + ${DLZDRIVER_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 = @USE_DLZ@ + |
