]> git.pld-linux.org Git - packages/bind.git/commitdiff
- patch to fix bind 9.3.0 compilation on amd64
authorhawk <hawk@pld-linux.org>
Thu, 2 Sep 2004 07:17:58 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind-pic.patch -> 1.1.2.1

bind-pic.patch [new file with mode: 0644]

diff --git a/bind-pic.patch b/bind-pic.patch
new file mode 100644 (file)
index 0000000..1059cbb
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur bind-9.3.0rc3.orig/lib/bind/make/rules.in bind-9.3.0rc3/lib/bind/make/rules.in
+--- bind-9.3.0rc3.orig/lib/bind/make/rules.in  2004-09-01 15:44:22.000000000 +0200
++++ bind-9.3.0rc3/lib/bind/make/rules.in       2004-09-02 08:57:47.239741600 +0200
+@@ -117,7 +117,7 @@
+       ${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
+ .c.@O@:
+-      ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -c $<
++      ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -fPIC -c $<
+ SHELL = @SHELL@
+ LIBTOOL = @LIBTOOL@
+diff -ur bind-9.3.0rc3.orig/make/rules.in bind-9.3.0rc3/make/rules.in
+--- bind-9.3.0rc3.orig/make/rules.in   2004-09-01 15:44:22.000000000 +0200
++++ bind-9.3.0rc3/make/rules.in        2004-09-02 08:57:31.897074040 +0200
+@@ -120,7 +120,7 @@
+       ${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
+ .c.@O@:
+-      ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -c $<
++      ${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} -fPIC -c $<
+ SHELL = @SHELL@
+ LIBTOOL = @LIBTOOL@
This page took 0.239569 seconds and 4 git commands to generate.