opnsense-ports/comms/rtl-sdr/files/patch-configure.ac
Franco Fichtner 17110115d1 */*: sync with upstream
Taken from: FreeBSD
2017-01-06 07:11:44 +01:00

11 lines
381 B
Text

--- configure.ac.orig 2012-08-23 08:40:54.000000000 +0200
+++ configure.ac 2012-08-23 11:47:20.000000000 +0200
@@ -34,7 +32,7 @@
dnl checks for required libraries
dnl pthreads
-AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -lpthread"])
+AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -pthread"])
dnl libmath (for rtl_fm)
AC_CHECK_LIB(m, atan2, [LIBS="$LIBS -lm"])