Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250242
Collapse All | Expand All

(-)syslog-ng-2.1.3.orig/configure.in (-1 / +1 lines)
Lines 466-472 Link Here
466
elif test "x$enable_static_linking" = "xyes"; then
466
elif test "x$enable_static_linking" = "xyes"; then
467
	DEPS_LIBS="-static $LIBS $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LIBDBI_LIBS"	
467
	DEPS_LIBS="-static $LIBS $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LIBDBI_LIBS"	
468
else
468
else
469
	DEPS_LIBS="$LIBS $LD_START_STATIC $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LD_END_STATIC $LIBDBI_LIBS $DL_LIBS"
469
	DEPS_LIBS="$LIBS $LD_START_STATIC $LEXLIB $LD_END_STATIC $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LD_END_STATIC $LIBDBI_LIBS $DL_LIBS"
470
fi
470
fi
471
LIBS="$DEPS_LIBS"
471
LIBS="$DEPS_LIBS"
472
YFLAGS="-d"
472
YFLAGS="-d"

Return to bug 250242