forked from pool/pdns-recursor
- pdns-recursor.spec: Boost.Context detection fix on SLE12 OBS-URL: https://build.opensuse.org/request/show/965584 OBS-URL: https://build.opensuse.org/package/show/server:dns/pdns-recursor?expand=0&rev=177
14 lines
325 B
Diff
14 lines
325 B
Diff
Index: pdns-recursor-4.6.1/m4/boost.m4
|
|
===================================================================
|
|
--- pdns-recursor-4.6.1.orig/m4/boost.m4
|
|
+++ pdns-recursor-4.6.1/m4/boost.m4
|
|
@@ -787,7 +787,7 @@ static void f(intptr_t i) {
|
|
ctx::jump_fcontext(&fc, fcm, i * 2);
|
|
}
|
|
#endif
|
|
-], [], [], [$2])
|
|
+], [], [$2])
|
|
|
|
fi
|
|
|