benzea / rpms / gdm

Forked from rpms/gdm 4 years ago
Clone
9276691
We just fill LIBWRAP_PATH with junk so it passes the rest of the tests
9276691
9276691
diff -up gdm-2.18.4/configure.ac.tcp-wrappers gdm-2.18.4/configure.ac
9276691
--- gdm-2.18.4/configure.ac.tcp-wrappers	2007-11-06 17:45:44.000000000 -0500
9276691
+++ gdm-2.18.4/configure.ac	2007-11-06 17:45:51.000000000 -0500
9276691
@@ -546,7 +546,7 @@ if test x$with_tcp_wrappers = xno ; then
9276691
 	echo "TCP wrappers disabled"
9276691
 else
9276691
   AC_MSG_CHECKING([whether to use TCP wrappers])
9276691
-  LIBWRAP_PATH=""
9276691
+  LIBWRAP_PATH="-lwrap"
9276691
   case "$host" in
9276691
     *-*-solaris*)
9276691
 	if test -f /usr/sfw/lib/libwrap.so; then
9276691
diff -up gdm-2.18.4/configure.tcp-wrappers gdm-2.18.4/configure
9276691
--- gdm-2.18.4/configure.tcp-wrappers	2007-07-30 16:10:54.000000000 -0400
9276691
+++ gdm-2.18.4/configure	2007-11-06 17:45:13.000000000 -0500
9276691
@@ -29409,7 +29409,7 @@ if test x$with_tcp_wrappers = xno ; then
9276691
 else
9276691
   { echo "$as_me:$LINENO: checking whether to use TCP wrappers" >&5
9276691
 echo $ECHO_N "checking whether to use TCP wrappers... $ECHO_C" >&6; }
9276691
-  LIBWRAP_PATH=""
9276691
+  LIBWRAP_PATH="-lwrap"
9276691
   case "$host" in
9276691
     *-*-solaris*)
9276691
 	if test -f /usr/sfw/lib/libwrap.so; then