File: pkgconfig.patch

package info (click to toggle)
libdap 3.21.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,252 kB
  • sloc: cpp: 46,310; sh: 44,047; xml: 23,535; ansic: 19,973; yacc: 2,505; exp: 1,544; makefile: 581; lex: 309; fortran: 8
file content (15 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Fix missing depends 
Last-Updated: 2011-09-05
Forwarded: no

--- a/libdapclient.pc.in
+++ b/libdapclient.pc.in
@@ -11,6 +11,6 @@
 Requires: libdap
 Libs: -L${libdir} -ldapclient
 Libs.private: @curlprivatelibs@
-Requires.private: @curlprivatereq@
+Requires.private: @curlprivatereq@, uuid
 Cflags: -I${includedir}/libdap