[open-vm-tools] Remove --without-dnet completely (was used by RHEL).

Richard W.M. Jones rjones at fedoraproject.org
Tue Jun 4 13:54:13 UTC 2013


commit b1db45463a47516e1192938e8d3c4765c8abb73a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jun 4 14:53:33 2013 +0100

    Remove --without-dnet completely (was used by RHEL).
    
    This fixes commit f7b1b78b3e04cd30b8cc91293c97acf9cb0b0b89.

 open-vm-tools.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/open-vm-tools.spec b/open-vm-tools.spec
index 49fa929..8b6ef83 100644
--- a/open-vm-tools.spec
+++ b/open-vm-tools.spec
@@ -75,7 +75,6 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
 export CXXLAGS="$RPM_OPT_FLAGS -Wno-unused-local-typedefs"
 %configure \
     --without-kernel-modules \
-    --without-dnet \
     --disable-static
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}


More information about the scm-commits mailing list