File: 04-libs.patch

package info (click to toggle)
dataquay 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: cpp: 9,123; sh: 26; ansic: 13; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix missing -lrdf.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: yes
---
 lib.pro |    1 +
 1 file changed, 1 insertion(+)

--- dataquay.orig/lib.pro
+++ dataquay/lib.pro
@@ -25,6 +25,7 @@
 
 !debug:DEFINES += NDEBUG
 
+LIBS += -lrdf
 HEADERS += dataquay/BasicStore.h \
            dataquay/Connection.h \
            dataquay/Node.h \