summaryrefslogtreecommitdiffstats
path: root/bind97-rh478718.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bind97-rh478718.patch')
-rw-r--r--bind97-rh478718.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/bind97-rh478718.patch b/bind97-rh478718.patch
index 51f5674..e0094aa 100644
--- a/bind97-rh478718.patch
+++ b/bind97-rh478718.patch
@@ -1,8 +1,8 @@
diff --git a/configure.in b/configure.in
-index b79aab0..da67ad5 100644
+index 97d9d15..999040d 100644
--- a/configure.in
+++ b/configure.in
-@@ -3774,6 +3774,10 @@ if test "$use_atomic" = "yes"; then
+@@ -4041,6 +4041,10 @@ if test "yes" = "$use_atomic"; then
AC_MSG_RESULT($arch)
fi
@@ -10,14 +10,14 @@ index b79aab0..da67ad5 100644
+ AC_MSG_ERROR([XADDQ present but disabled by Fedora patch!])
+fi
+
- if test "$have_atomic" = "yes"; then
+ if test "yes" = "$have_atomic"; then
AC_MSG_CHECKING([compiler support for inline assembly code])
diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in
-index 2c6e2a5..bf34499 100644
+index 24b61db..28f49c8 100644
--- a/lib/isc/include/isc/platform.h.in
+++ b/lib/isc/include/isc/platform.h.in
-@@ -285,7 +285,11 @@
+@@ -286,7 +286,11 @@
* If the "xaddq" operation (64bit xadd) is available on this architecture,
* ISC_PLATFORM_HAVEXADDQ will be defined.
*/