diff options
Diffstat (limited to 'comms/tlf/Makefile')
-rw-r--r-- | comms/tlf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index e985fcca5c0c..ac15a5aaa0e4 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -21,7 +21,7 @@ USES= libtool AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_DEFINE= HAMLIB HAMLIB_DESC= Use hamlib |