diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 14:37:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 14:37:44 +0000 |
commit | 617eb7085b2247c20b25426b7ec5e0dd536c4721 (patch) | |
tree | 8c71ea0cd8bd6bd27c99b863dd2a8db739f9f0b4 /dns | |
parent | 6e9240dfb161e509e8fbd9a38964fd236d658dba (diff) | |
download | ports-617eb7085b2247c20b25426b7ec5e0dd536c4721.tar.gz ports-617eb7085b2247c20b25426b7ec5e0dd536c4721.zip |
Fix using libedit from ports.
PR: 215170
Reported by: sunpoet
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=428208
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 78c96672dc04..42a90fa1fa0f 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ --with-randomdev=/dev/random \ --with-libxml2=${LOCALBASE} \ - --with-readline=-ledit \ + --with-readline="-L${LOCALBASE}/lib -ledit" \ --with-dlopen=yes \ --sysconfdir=${ETCDIR} .if defined(BIND_TOOLS_SLAVE) |