FreeBSD Bugzilla – Attachment 161301 Details for
Bug 203273
dns/bind99 could not be built with poudriere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
193cf3c0f45bca45ee81a7cc646008bc6c36ca5d.patch
193cf3c0f45bca45ee81a7cc646008bc6c36ca5d.patch (text/plain), 1.03 KB, created by
Mathieu Arnold
on 2015-09-23 11:15:40 UTC
(
hide
)
Description:
193cf3c0f45bca45ee81a7cc646008bc6c36ca5d.patch
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2015-09-23 11:15:40 UTC
Size:
1.03 KB
patch
obsolete
>commit 193cf3c0f45bca45ee81a7cc646008bc6c36ca5d (HEAD -> bind) >Author: Mathieu Arnold <mat@mat.cc> >Date: 2015-09-23 13:13:01 +0200 > > Try to fix linking with libedit on -CURRENT. > >diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile >index c4a2764..b3109be 100644 >--- a/dns/bind910/Makefile >+++ b/dns/bind910/Makefile >@@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ > --disable-symtable \ > --with-randomdev=/dev/random \ > --with-libxml2=${LOCALBASE} \ >+ --with-readline="-L${LOCALBASE}/lib -I${LOCALBASE}/lib -ledit" \ > --sysconfdir=${ETCDIR} > ETCDIR= ${PREFIX}/etc/namedb > >diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile >index 8ce2ae1..1f20007 100644 >--- a/dns/bind99/Makefile >+++ b/dns/bind99/Makefile >@@ -34,6 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ > --disable-symtable \ > --with-randomdev=/dev/random \ > --with-libxml2=${LOCALBASE} \ >+ --with-readline="-L${LOCALBASE}/lib -I${LOCALBASE}/lib -ledit" \ > --sysconfdir=${ETCDIR} > ETCDIR= ${PREFIX}/etc/namedb >
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
Actions:
View
|
Diff
Attachments on
bug 203273
:
161289
|
161290
|
161301
|
161306
|
161307
|
161332