11178e280df0aa182e0e27f5a8f7aa0696ba9e6a |
|
11-Aug-2016 |
Sergio Schvezov <sergio.schvezov@ubuntu.com> |
Add a prefix to the lxc.pc
This allows installing to different locations and using
the lxc.pc to build using the generated includedir and
libdir.
Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.com> |
07520b2af5495cbde94645d09b523de73047542d |
|
20-Oct-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
Update maintainers and URLs
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
1c41ddcb4af633ac906f1d7c9ef1dc7d121d7850 |
|
13-Sep-2011 |
Greg Kurz <gkurz@fr.ibm.com> |
fixes for rpmbuild
This patch fixes some makefile/specfile issues when running
rpmbuild with the distributed lxc specfile:
- fixes usage of installation directories for config files,
rootfs, templates and lxc-init so that they're calculated
at make time instead of configure time. Thanks to this,
all installed items go under $RPM_BUILD_ROOT when running
rpmbuild
- introduce --disable-rpath option to configure to avoid
check-rpaths errors when building non-root.
- introduce a lxc-libs package in the default spec file
to allow concurrent installation of 32 bit and 64 bit
libraries.
v2: - fix circular reference in lxc.pc
- ship lxc.pc with lxc-devel
Signed-off-by: Greg Kurz <gkurz@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
b57c2211ebd3a6035a46d357f5849fcc42b03f6c |
|
03-Oct-2010 |
Daniel Lezcano <daniel.lezcano@free.fr> |
add rootfs mount dir variable to pkg-config
In the case we use an image for rootfs, if we need to do extra mount
from the host to the rootfs, we have to specify the place where the
image is mounted. This value is configured by the user with the
lxc.rootfs.mount otherwise defaulting to @LXCROOTFSMOUNT@. Let's
export this variable to pkg-config, so the user can use it to build
a correct path to the rootfs.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
d5cf438682963ac84c3617941032ba623d4ac9b2 |
|
04-Nov-2009 |
Michel Normand <normand@fr.ibm.com> |
lxc: lxc version to reflect string in AC_INIT (V2)
I changed the code to have lxc version to reflect the
string set in AC_INIT of configure.ac
rather than to report only the 3 first digits
update: use PACKAGE_VERSION in place of VERSION
Signed-off-by: Michel Normand <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |
b6345ba1b39ada371caa24ec3c105694604caa76 |
|
10-Jun-2009 |
Daniel Lezcano <dlezcano@fr.ibm.com> |
add pkg-config for lxc
Add the pkg-config information for lxc.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> |