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:
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
|
@ -1,6 +1,7 @@
|
|||
LIB= dht
|
||||
SHLIB_MAJOR= 0
|
||||
SHLIB_MINOR= 21
|
||||
NO_PROFILE= yes
|
||||
|
||||
SRCS= dht.c
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue