[Midnightbsd-cvs] mports [23282] trunk/net-p2p/libtorrent/Makefile: reorg

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 30 19:25:06 EDT 2018


Revision: 23282
          http://svnweb.midnightbsd.org/mports/?rev=23282
Author:   laffer1
Date:     2018-04-30 19:25:06 -0400 (Mon, 30 Apr 2018)
Log Message:
-----------
reorg

Modified Paths:
--------------
    trunk/net-p2p/libtorrent/Makefile

Modified: trunk/net-p2p/libtorrent/Makefile
===================================================================
--- trunk/net-p2p/libtorrent/Makefile	2018-04-30 23:24:45 UTC (rev 23281)
+++ trunk/net-p2p/libtorrent/Makefile	2018-04-30 23:25:06 UTC (rev 23282)
@@ -20,14 +20,16 @@
 OPTIONS_DEFAULT=KQUEUE
 KQUEUE_DESC=	Use kqueue(2) support
 
+USES=		compiler:c++11-lang libtool pathfix pkgconfig
+USE_OPENSSL=	yes
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLBASE}/lib -ssl -crypto" OPENSSL_CFLAGS="-I${OPENSSLBASE}/include"
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
-USES=		compiler:c++11-lang libtool pathfix pkgconfig
 
+MAKE_ARGS=	LDFLAGS="${LDFLAGS}"
+
 IPV6_CONFIGURE_ENABLE=	ipv6
 KQUEUE_CONFIGURE_WITH=	kqueue
 



More information about the Midnightbsd-cvs mailing list