mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-07 11:39:04 +00:00
lxc build fix for Suse
Hi, I have to use the attached patch to allow lxc building in the SUSE build system. It uses as-needed flag and build thus fails, since -lutil is not at the appropriate place on the command line. js suse labs Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
90e0a869ac
commit
aa8b31f68f
@ -1,7 +1,6 @@
|
|||||||
INCLUDES= -I$(top_srcdir)/src -DLXCPATH="\"@LXCPATH@\"" \
|
INCLUDES= -I$(top_srcdir)/src -DLXCPATH="\"@LXCPATH@\"" \
|
||||||
-DLXCBINDIR="\"$(bindir)\"" \
|
-DLXCBINDIR="\"$(bindir)\"" \
|
||||||
-DLXCLIBEXECDIR="\"$(libexecdir)\""
|
-DLXCLIBEXECDIR="\"$(libexecdir)\""
|
||||||
AM_LDFLAGS= -lutil
|
|
||||||
lib_LTLIBRARIES = liblxc.la
|
lib_LTLIBRARIES = liblxc.la
|
||||||
pkginclude_HEADERS = \
|
pkginclude_HEADERS = \
|
||||||
start.h \
|
start.h \
|
||||||
@ -52,6 +51,7 @@ liblxc_la_SOURCES = \
|
|||||||
cr_plugin_columbia.c lxc_plugin.h
|
cr_plugin_columbia.c lxc_plugin.h
|
||||||
|
|
||||||
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
|
liblxc_la_LDFLAGS = -release @PACKAGE_VERSION@
|
||||||
|
liblxc_la_LIBADD = -lutil
|
||||||
|
|
||||||
bin_SCRIPTS = \
|
bin_SCRIPTS = \
|
||||||
lxc-ps \
|
lxc-ps \
|
||||||
|
Loading…
Reference in New Issue
Block a user