summaryrefslogtreecommitdiff
path: root/debian/patches/0001-missing_pthread.patch
blob: 3054ce9e28f5331fc90b5114947bb3047ee98387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
+++ trunk/CMakeLists.txt
@@ -209,7 +209,7 @@ if(URIPARSER_BUILD_TOOLS)
         tool/uriparse.c
     )
 
-    target_link_libraries(uriparse PUBLIC uriparser)
+    target_link_libraries(uriparse PUBLIC uriparser pthread)
 
     if(HAIKU)
         # Function inet_ntop needs -lsocket or -lnetwork (see pull request #45)