Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
This commit is contained in:
commit
c02fd07381
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue