FreeBSD Bugzilla – Attachment 209691 Details for
Bug 242411
dns/knot-resolver: upgrade 4.1.0 -> 4.2.2 to fix breakage after knot2-lib upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbreak i386 - untested
knot2_1.diff.txt (text/plain), 1.21 KB, created by
Leo Vandewoestijne
on 2019-12-04 14:03:15 UTC
(
hide
)
Description:
unbreak i386 - untested
Filename:
MIME Type:
Creator:
Leo Vandewoestijne
Created:
2019-12-04 14:03:15 UTC
Size:
1.21 KB
patch
obsolete
>diff -ruN knot2.orig/Makefile knot2/Makefile >--- knot2.orig/Makefile 2019-12-03 17:54:49.000000000 +0000 >+++ knot2/Makefile 2019-12-04 13:40:07.217816000 +0000 >@@ -13,9 +13,6 @@ > > LICENSE= GPLv3 > >-NOT_FOR_ARCHS= i386 >-NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 >- > LIB_DEPENDS= libgnutls.so:security/gnutls \ > liblmdb.so:databases/lmdb \ > liburcu.so:sysutils/liburcu >diff -ruN knot2.orig/files/patch-src_libdnssec_Makefile.inc knot2/files/patch-src_libdnssec_Makefile.inc >--- knot2.orig/files/patch-src_libdnssec_Makefile.inc 1970-01-01 00:00:00.000000000 +0000 >+++ knot2/files/patch-src_libdnssec_Makefile.inc 2019-12-04 13:20:28.311819000 +0000 >@@ -0,0 +1,11 @@ >+--- src/libdnssec/Makefile.inc.orig 2019-12-04 13:20:04 UTC >++++ src/libdnssec/Makefile.inc >+@@ -2,7 +2,7 @@ lib_LTLIBRARIES += libdnssec.la >+ pkgconfig_DATA += libdnssec.pc >+ >+ libdnssec_la_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAG_VISIBILITY) $(gnutls_CFLAGS) >+-libdnssec_la_LDFLAGS = $(AM_LDFLAGS) $(libdnssec_VERSION_INFO) $(LDFLAG_EXCLUDE_LIBS) >++libdnssec_la_LDFLAGS = $(AM_LDFLAGS) $(libdnssec_VERSION_INFO) >+ libdnssec_la_LIBADD = libcontrib.la $(gnutls_LIBS) >+ if ENABLE_PKCS11 >+ libdnssec_la_LIBADD += $(pthread_LIBS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
freebsd
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 242411
:
209667
| 209691 |
209692