File: dep-on-libc.patch

package info (click to toggle)
fdb 5.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 75,132 kB
  • sloc: cpp: 34,921; sh: 4,281; python: 187; makefile: 32; ansic: 8
file content (24 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- a/src/dummy_daos/CMakeLists.txt
+++ b/src/dummy_daos/CMakeLists.txt
@@ -19,7 +19,7 @@
     PUBLIC_LIBS
         eckit
         LibUUID
-
+	c
 )
 
 if(HAVE_DAOS_ADMIN)
@@ -43,9 +43,9 @@
             ${PROJECT_SOURCE_DIR}/../daos.h
             ${PROJECT_SOURCE_DIR}/../dummy_daos.h
 
-        PRIVATE_LIBS
-            dummy_daos
-
+	PUBLIC_LIBS
+	    dummy_daos
+	    c
     )
     
 endif()