view src/libzip-2-pkgconfig_private.patch @ 3017:007e64949404 draft

packages gtkglarea libglade libzip qdbm sdl_gfx: use $(WGET) variable
author Tony Theodore <tonyt@logyst.com>
date Fri, 21 Dec 2012 18:09:54 +1100
parents 84f173dbc7fc
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

Only advertise -lz for static builds.

--- a/libzip.pc.in	2012-03-15 10:28:05.000000000 +0100
+++ b/libzip.pc.in	2012-12-18 22:48:27.807773881 +0100
@@ -9,6 +9,7 @@
 Name: libzip
 Description: library for handling zip archives
 Version: @VERSION@
-Libs: -L${libdir} -lzip @LIBS@
+Libs: -L${libdir} -lzip
 Cflags: -I${includedir} -I${libincludedir}
+Requires.private: zlib