diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2020-11-08 12:55:26 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2020-11-08 12:55:26 +0100 |
commit | cbca5053aa041134ac8b859aa3b3ea84f5c07328 (patch) | |
tree | 5f37a01d0559c2f041a29df28583c74353e63d1e /debian/patches/0001-missing_pthread.patch | |
parent | c69d5556efc45f1b1a456d68dac4793ba39843bd (diff) | |
parent | e6f80efde97b924c3317ef986832b1cbf73479c1 (diff) |
Merge branch 'release/debian/0.9.4+dfsg-1' into masterdebian/0.9.4+dfsg-1
Diffstat (limited to 'debian/patches/0001-missing_pthread.patch')
-rw-r--r-- | debian/patches/0001-missing_pthread.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0001-missing_pthread.patch b/debian/patches/0001-missing_pthread.patch index 1567ac4..a7aa3cc 100644 --- a/debian/patches/0001-missing_pthread.patch +++ b/debian/patches/0001-missing_pthread.patch @@ -7,7 +7,7 @@ Index: trunk/CMakeLists.txt =================================================================== --- trunk.orig/CMakeLists.txt +++ trunk/CMakeLists.txt -@@ -212,7 +212,8 @@ if(URIPARSER_BUILD_TOOLS) +@@ -217,7 +217,8 @@ if(URIPARSER_BUILD_TOOLS) tool/uriparse.c ) @@ -17,15 +17,15 @@ Index: trunk/CMakeLists.txt if(HAIKU) # Function inet_ntop needs -lsocket or -lnetwork (see pull request #45) -@@ -245,6 +246,7 @@ if(URIPARSER_BUILD_TESTS) +@@ -258,6 +259,7 @@ if(URIPARSER_BUILD_TESTS) enable_testing() - find_package(GTest 1.8.1 REQUIRED) + find_package(GTest 1.8.0 REQUIRED) + find_package(Threads REQUIRED) add_executable(testrunner test/FourSuite.cpp -@@ -274,7 +276,7 @@ if(URIPARSER_BUILD_TESTS) +@@ -287,7 +289,7 @@ if(URIPARSER_BUILD_TESTS) ) target_link_libraries(testrunner PUBLIC |