Add NO_PROFILE=yes to these Makefiles to prevent building/installing the

_p.a flavor of the libraries.

Submitted by:	pointyhat's bot
This commit is contained in:
Mikhail Teterin 2012-07-31 16:23:39 +00:00
parent 7c1e020872
commit 2a80fcaccf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301797
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
LIB= dht
SHLIB_MAJOR= 0
SHLIB_MINOR= 21
NO_PROFILE= yes
SRCS= dht.c

View File

@ -1,6 +1,7 @@
LIB= utp
SHLIB_MAJOR= 0
SRCS= utp.cpp utp_utils.cpp
NO_PROFILE= yes
CXXFLAGS+= -fno-exceptions -fno-rtti
CXXFLAGS+= -I${.CURDIR} -I${.CURDIR}/utp_config_lib -DPOSIX