diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-16 23:01:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 23:01:11 -0700 |
commit | c02fd073819a8c4e52d03f56b6b017f856e32c8e (patch) | |
tree | 2b4fe19cc6f8ac2b587094ce7e5695c5df26c194 /net | |
parent | d861fb7c003d50bb0c1f389997764db76d35ace5 (diff) | |
parent | e86624e13bd2b45530000dceb977cda45266122d (diff) |
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 2bb7ffb11..7c29f1b51 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isc-dhcp UPSTREAM_NAME:=dhcp PKG_VERSION:=4.4.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -161,7 +161,6 @@ $(call Package/isc-dhcp-omshell/description) endef CONFIGURE_ARGS += \ - --disable-tracing \ --enable-paranoia \ --disable-dependency-tracking \ --with-randomdev=/dev/urandom \ |