From: Dmitry V. Levin Date: Sat, 20 Oct 2007 18:09:30 +0000 (+0400) Subject: blkid.pc, ss.pc: Move private libs from "Libs:" to "Libs.private:" X-Git-Tag: v1.41-WIP-0427~114 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7b7370bd2e3dbda76b12e69c6396fc2e6d39e08c;p=tools%2Fe2fsprogs.git blkid.pc, ss.pc: Move private libs from "Libs:" to "Libs.private:" According to pkg-config(1) manual page, private libraries should be defined by "Libs.private:" line. Private libraries are libraries which are not exposed through our library, but are needed in the case of static linking. Signed-off-by: Dmitry V. Levin Signed-off-by: Theodore Ts'o --- diff --git a/lib/blkid/blkid.pc.in b/lib/blkid/blkid.pc.in index 510aa84..ff51782 100644 --- a/lib/blkid/blkid.pc.in +++ b/lib/blkid/blkid.pc.in @@ -8,4 +8,5 @@ Description: Block device id library Version: @E2FSPROGS_VERSION@ Requires: uuid @DEVMAPPER_REQ@ Cflags: -I${includedir} -Libs: -L${libdir} -lblkid @DEVMAPPER_PC_LIBS@ +Libs: -L${libdir} -lblkid +Libs.private: @DEVMAPPER_PC_LIBS@ diff --git a/lib/ss/ss.pc.in b/lib/ss/ss.pc.in index 0218fd5..ce284fc 100644 --- a/lib/ss/ss.pc.in +++ b/lib/ss/ss.pc.in @@ -8,4 +8,5 @@ Description: Subsystem command parsing library Version: @E2FSPROGS_VERSION@ Requires: com_err Cflags: -I${includedir} -Libs: -L${libdir} -lss @DLOPEN_LIB@ +Libs: -L${libdir} -lss +Libs.private: @DLOPEN_LIB@