lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 3de60fac7bf4d804e2ad05b560f434461ef0791d
parent 2c4e5df48a59423677478de70ba64d2d4b05a4ff
Author: Noah Meyerhans <frodo@morgul.net>
Date:   Tue,  6 Dec 2016 20:26:20 -0800

Merge pull request #3594 from stintel/bind

bind: disable libjson support
Diffstat:
Mnet/bind/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/net/bind/Makefile b/net/bind/Makefile @@ -104,6 +104,7 @@ CONFIGURE_ARGS += \ --disable-threads \ --disable-linux-caps \ --with-openssl="$(STAGING_DIR)/usr" \ + --with-libjson=no \ --with-libtool \ --with-libxml2=no \ --enable-epoll=yes \