summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-12-08 19:50:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-12-08 19:50:00 +0000
commit66d2f3c765d22da6b13e9026d91e612e32e911f4 (patch)
tree61555e9048d1b8d66459472272e697b2a1808655 /app-admin/syslog-ng/files
parentMarking tor-0.2.0.32 ppc64 for bug 250018 (diff)
downloadgentoo-2-66d2f3c765d22da6b13e9026d91e612e32e911f4.tar.gz
gentoo-2-66d2f3c765d22da6b13e9026d91e612e32e911f4.tar.bz2
gentoo-2-66d2f3c765d22da6b13e9026d91e612e32e911f4.zip
add patch from mastamind@users.sourceforge.net to avoid always trying to link
glib statically (bug #250242) (Portage version: 2.1.4.5)
Diffstat (limited to 'app-admin/syslog-ng/files')
-rw-r--r--app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch b/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch
new file mode 100644
index 000000000000..9919ba5f1d6c
--- /dev/null
+++ b/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch
@@ -0,0 +1,12 @@
+diff -NaurwB syslog-ng-2.1.3.orig/configure.in syslog-ng-2.1.3/configure.in
+--- syslog-ng-2.1.3.orig/configure.in 2008-11-19 14:00:11.000000000 +0100
++++ syslog-ng-2.1.3/configure.in 2008-12-08 01:54:21.000000000 +0100
+@@ -466,7 +466,7 @@
+ elif test "x$enable_static_linking" = "xyes"; then
+ DEPS_LIBS="-static $LIBS $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LIBDBI_LIBS"
+ else
+- DEPS_LIBS="$LIBS $LD_START_STATIC $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LD_END_STATIC $LIBDBI_LIBS $DL_LIBS"
++ 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"
+ fi
+ LIBS="$DEPS_LIBS"
+ YFLAGS="-d"