[lxc-devel] [lxc/master] Revert "Add a prefix to the lxc.pc"

0x0916 on Github lxc-bot at linuxcontainers.org
Fri Jun 23 11:45:35 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 452 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170623/3694049f/attachment.bin>
-------------- next part --------------
From 4d628ca896c26da9e94f74deb0154dbca812ee3e Mon Sep 17 00:00:00 2001
From: 0x0916 <w at laoqinren.net>
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 <w at laoqinren.net>
---
 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


More information about the lxc-devel mailing list