Package: libdap / 3.18.2-2+deb9u1

pkgconfig.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Fix missing depends 
Last-Updated: 2011-09-05
Forwarded: no

Index: libdap.git/libdapclient.pc.in
===================================================================
--- libdap.git.orig/libdapclient.pc.in
+++ libdap.git/libdapclient.pc.in
@@ -11,6 +11,6 @@ Version: @VERSION@
 Requires: libdap
 Libs: -L${libdir} -ldapclient
 Libs.private: @curlprivatelibs@
-Requires.private: @curlprivatereq@
+Requires.private: @curlprivatereq@, uuid
 Cflags: -I${includedir}/libdap