16 lines
430 B
Plaintext
16 lines
430 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2010/11/25 08:56:58 sebastia Exp $
|
|
|
|
Link against -pthread
|
|
|
|
--- configure.orig Thu Mar 25 22:41:36 2010
|
|
+++ configure Tue Nov 2 12:53:54 2010
|
|
@@ -11987,7 +11987,7 @@ fi
|
|
|
|
if test "x$have_skyhook" = "xyes"; then
|
|
PROVIDER_SUBDIRS="$PROVIDER_SUBDIRS skyhook"
|
|
- GPSD_LIBS="-lgps"
|
|
+ GPSD_LIBS="-lgps -pthread"
|
|
else
|
|
NO_BUILD_PROVIDERS="$NO_BUILD_PROVIDERS skyhook"
|
|
fi
|