summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/lxc/files/0.6.2-as-needed.patch')
-rw-r--r--app-emulation/lxc/files/0.6.2-as-needed.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emulation/lxc/files/0.6.2-as-needed.patch b/app-emulation/lxc/files/0.6.2-as-needed.patch
new file mode 100644
index 000000000000..45e6c4cfa7c9
--- /dev/null
+++ b/app-emulation/lxc/files/0.6.2-as-needed.patch
@@ -0,0 +1,19 @@
+diff -Naur lxc-0.6.2.orig/src/lxc/Makefile.am lxc-0.6.2/src/lxc/Makefile.am
+--- lxc-0.6.2.orig/src/lxc/Makefile.am 2009-05-21 11:26:06.527984732 +0200
++++ lxc-0.6.2/src/lxc/Makefile.am 2009-05-21 11:30:21.774641310 +0200
+@@ -1,7 +1,6 @@
+ INCLUDES= -I$(top_srcdir)/src -DLXCPATH="\"@LXCPATH@\"" \
+ -DLXCBINDIR="\"$(bindir)\"" \
+ -DLXCLIBEXECDIR="\"$(libexecdir)\""
+-AM_LDFLAGS= -lutil
+ lib_LTLIBRARIES = liblxc.la
+ pkginclude_HEADERS = \
+ error.h \
+@@ -51,6 +50,7 @@
+ cr_plugin_columbia.c lxc_plugin.h
+
+ liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
++liblxc_la_LIBADD = -lutil
+
+ bin_SCRIPTS = \
+ lxc-ps \