The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1637
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Fix: https://github.com/lxc/lxc/issues/1636 This reverts commit 758243d8af0406e63cc5446c65d415298fa3cef2. Signed-off-by: 0x0916 <[email protected]>
From 4d628ca896c26da9e94f74deb0154dbca812ee3e Mon Sep 17 00:00:00 2001 From: 0x0916 <[email protected]> Date: Fri, 23 Jun 2017 19:46:52 +0800 Subject: [PATCH] Revert "Add a prefix to the lxc.pc" This reverts commit 758243d8af0406e63cc5446c65d415298fa3cef2. Signed-off-by: 0x0916 <[email protected]> --- lxc.pc.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lxc.pc.in b/lxc.pc.in index d0191549b..380dd25ea 100644 --- a/lxc.pc.in +++ b/lxc.pc.in @@ -1,8 +1,7 @@ -prefix=@prefix@ bindir=@BINDIR@ -libdir=${prefix}/@LIBDIR@ +libdir=@LIBDIR@ localstatedir=@LOCALSTATEDIR@ -includedir=${prefix}/@INCLUDEDIR@ +includedir=@INCLUDEDIR@ rootfsmountdir=@LXCROOTFSMOUNT@ Name: lxc
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
