mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user