Remove --without-dnet completely (was used by RHEL).

This fixes commit f7b1b78b3e.
This commit is contained in:
Richard W.M. Jones 2013-06-04 14:53:33 +01:00
parent f7b1b78b3e
commit b1db45463a

View File

@ -75,7 +75,6 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs" export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
%configure \ %configure \
--without-kernel-modules \ --without-kernel-modules \
--without-dnet \
--disable-static --disable-static
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
make %{?_smp_mflags} make %{?_smp_mflags}