From 88e5226da4b108d2b2abdfa43050b32fb4bec9f8 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 9 Sep 2011 02:55:54 +0000 Subject: [PATCH] Escape: static linking libraries should go in Libs.private in .pc file SVN revision: 63304 --- legacy/escape/escape.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/escape/escape.pc.in b/legacy/escape/escape.pc.in index cc620525fc..382806d4e9 100644 --- a/legacy/escape/escape.pc.in +++ b/legacy/escape/escape.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: escape Description: Library that ports on the PS3 some specific Unix functions. Version: @VERSION@ -Libs: -L${libdir} -lescape -lm -lnet -Libs.private: +Libs: -L${libdir} -lescape +Libs.private: -lm -lnet Cflags: -I${includedir}/escape-@VMAJ@