12345678910111213141516 |
- $OpenBSD: patch-configure,v 1.3 2012/09/21 13:19:01 jasper Exp $
- Link against -pthread
- --- configure.orig Tue Jul 31 18:59:39 2012
- +++ configure Thu Sep 20 20:06:51 2012
- @@ -13144,7 +13144,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
|