Browse Source

Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing

isc-dhcp: Remove --disable-tracing from configure args
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
c02fd07381
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      net/isc-dhcp/Makefile

+ 1
- 2
net/isc-dhcp/Makefile View File

@ -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…
Cancel
Save