Escape: Add proper static linkins libs to .pc file
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 12 Sep 2011 03:43:27 +0000 (03:43 +0000)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Mon, 12 Sep 2011 03:43:27 +0000 (03:43 +0000)
SVN revision: 63336

legacy/escape/escape.pc.in

index 382806d..5d18d80 100644 (file)
@@ -7,5 +7,5 @@ Name: escape
 Description: Library that ports on the PS3 some specific Unix functions.
 Version: @VERSION@
 Libs: -L${libdir} -lescape
-Libs.private: -lm -lnet
+Libs.private: -lm -lnet -lsysmodule -liberty
 Cflags: -I${includedir}/escape-@VMAJ@