diff options
Diffstat (limited to 'meta/packages/neon/neon-0.29.3/pkgconfig.patch')
-rw-r--r-- | meta/packages/neon/neon-0.29.3/pkgconfig.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/neon/neon-0.29.3/pkgconfig.patch b/meta/packages/neon/neon-0.29.3/pkgconfig.patch new file mode 100644 index 0000000000..6256d9ab2b --- /dev/null +++ b/meta/packages/neon/neon-0.29.3/pkgconfig.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | --- | ||
2 | neon.pc.in | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | |||
5 | --- neon-0.28.1.orig/neon.pc.in | ||
6 | +++ neon-0.28.1/neon.pc.in | ||
7 | @@ -4,8 +4,8 @@ libdir=@libdir@ | ||
8 | includedir=@includedir@ | ||
9 | |||
10 | Name: neon | ||
11 | Description: HTTP/WebDAV client library | ||
12 | Version: @NEON_VERSION@ | ||
13 | -Libs.private: @NEON_LIBS@ | ||
14 | +Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls | ||
15 | Libs: -L${libdir} -lneon @NEON_PC_LIBS@ | ||
16 | Cflags: -I${includedir}/neon @NEON_CFLAGS@ | ||