summaryrefslogtreecommitdiff
path: root/debian/patches/0001-missing_pthread.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 12:18:50 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2026-05-08 12:18:50 +0200
commite95b5f5aa543963db4460fad1bb0b681a3c1a79e (patch)
tree0167e15dea46479d64e07ee7fbfb9d8558ceff82 /debian/patches/0001-missing_pthread.patch
parent9d62028a6e8eced2ae6fabedd2b6317e9519b00d (diff)
Refresh debian/patches/0001-missing_pthread.patch
Diffstat (limited to 'debian/patches/0001-missing_pthread.patch')
-rw-r--r--debian/patches/0001-missing_pthread.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch
index d1a3316..3235700 100644
--- a/debian/patches/0001-missing_pthread.patch
+++ b/debian/patches/0001-missing_pthread.patch
@@ -8,7 +8,7 @@ Index: trunk/CMakeLists.txt
===================================================================
--- trunk.orig/CMakeLists.txt
+++ trunk/CMakeLists.txt
-@@ -229,7 +229,8 @@ if(URIPARSER_BUILD_TOOLS)
+@@ -273,7 +273,8 @@ if(URIPARSER_BUILD_TOOLS)
${CMAKE_CURRENT_SOURCE_DIR}/tool/uriparse.c
)
@@ -18,15 +18,15 @@ Index: trunk/CMakeLists.txt
if(HAIKU)
# Function inet_ntop needs -lsocket or -lnetwork (see pull request #45)
-@@ -270,6 +271,7 @@ if(URIPARSER_BUILD_TESTS)
+@@ -312,6 +313,7 @@ if(URIPARSER_BUILD_TESTS)
enable_testing()
find_package(GTest 1.8.0 REQUIRED)
+ find_package(Threads REQUIRED)
add_executable(testrunner
- ${CMAKE_CURRENT_SOURCE_DIR}/test/FourSuite.cpp
-@@ -299,7 +301,7 @@ if(URIPARSER_BUILD_TESTS)
+ ${CMAKE_CURRENT_SOURCE_DIR}/test/CompareRangeLengthWrap.cpp
+@@ -355,7 +357,7 @@ if(URIPARSER_BUILD_TESTS)
)
target_link_libraries(testrunner PUBLIC