Skip to content
Snippets Groups Projects
Commit a8c2e945 authored by Cy Schubert's avatar Cy Schubert
Browse files

sysutils/nut-devel: Replace lpthread with pthread

The -pthread option is preferred these days. It tells the compiler to
do whatever is necessary to enable pthreads whereas -lpthread simply
includes the library. No change is intended.
parent 4a28ffd4
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--with-python3=${PYTHON_CMD} \
--with-ltdl --with-nut-scanner
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -lpthread
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -pthread
LIB_DEPENDS+= libltdl.so:devel/libltdl
# XXX Remove this when copying this port to sysutils/nut. The GA version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment