Tags: patch

Here is the patch against the debian/rules file

--- ../bind9-9.9.5.dfsg-orig/debian/rules	2014-11-11 13:37:54.000000000 +0100
+++ debian/rules	2014-11-11 19:01:13.867151938 +0100
@@ -127,6 +127,7 @@
 	dh_installdirs
 	$(MAKE) -C export install DESTDIR=`pwd`/debian/bind9
 	$(MAKE) install DESTDIR=`pwd`/debian/bind9
+	install -m 644 -o root -g root ./lib/dns/include/dns/dlz_dlopen.h `pwd`/debian/bind9/usr/include/dns/dlz_dlopen.h
 	rm -rf debian/bind9/usr/etc
 	find debian/bind9 -name \*.la -execdir rm -f {} \;
 	mkdir -p debian/bind9/lib/$(DEB_HOST_MULTIARCH)

Reply via email to