debian/rules: Disable configure option: --without-nl. (Conflicts with --with-iwevgenie).

This commit is contained in:
Mike Gabriel 2024-03-29 17:24:14 +01:00
parent 8ccb46dc31
commit 3aa48e0331

1
debian/rules vendored
View File

@ -20,6 +20,7 @@ DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_CONFIGURE_EXTRA_FLAGS += \
--with-iwevgenie \
--without-nl \
--disable-silent-rules \
--libexecdir=/usr/lib/mate-applets \
--localstatedir=/var \