]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - dhcp/dhcp.nm
kernel: Update to 5.1
[ipfire-3.x.git] / dhcp / dhcp.nm
index eafb0b0fc2cd8fec3b8c9b56f5118b9faee2897f..421c6ca4fa039bd2cc2150f0bd2fb7ad9ac56c28 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = dhcp
-version    = 4.3.5b1
+version    = 4.4.1
 release    = 1
 
 groups     = Networking/Daemons
@@ -37,6 +37,8 @@ build
 
        CFLAGS += -fno-strict-aliasing
 
+       PARALLELISMFLAGS = # No parallel build.
+
        configure_options += \
                --sysconfdir=%{sysconfdir}/dhcp \
                --with-srv-lease-file=/var/lib/dhcpd/dhcpd.leases \
@@ -50,8 +52,6 @@ build
                --with-relay-pid-file=/run/dhcrelay.pid \
                --with-ldap \
                --with-ldapcrypto \
-               --with-libbind=/usr/include/ \
-               --with-libbind-libs=/usr/lib/ \
                --disable-static \
                --enable-paranoia \
                --enable-early-chroot \
@@ -59,9 +59,6 @@ build
                --with-systemd
 
        prepare_cmds
-               # Remove bundled BIND source
-               rm -rvf %{DIR_APP}/bind/bind.tar.gz
-
                # Regenerate build environment
                autoreconf --verbose --force --install