[Midnightbsd-cvs] src [6942] trunk/libexec/mport.check-fake/Makefile: link against pthread
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Nov 11 22:18:46 EST 2014
Revision: 6942
http://svnweb.midnightbsd.org/src/?rev=6942
Author: laffer1
Date: 2014-11-11 22:18:46 -0500 (Tue, 11 Nov 2014)
Log Message:
-----------
link against pthread
Modified Paths:
--------------
trunk/libexec/mport.check-fake/Makefile
Modified: trunk/libexec/mport.check-fake/Makefile
===================================================================
--- trunk/libexec/mport.check-fake/Makefile 2014-11-12 02:52:24 UTC (rev 6941)
+++ trunk/libexec/mport.check-fake/Makefile 2014-11-12 03:18:46 UTC (rev 6942)
@@ -5,7 +5,7 @@
NO_MAN= yes
-LDADD= -lmport
+LDADD= -lmport -pthread
DPADD= ${LIBMPORT}
.include <bsd.prog.mk>
More information about the Midnightbsd-cvs
mailing list