mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
INTERNALLIB has a different meaning in the new bsd.lib.mk
API -- build (but do not install) a static library _only_. Not defining LIB avoids building the static library.
This commit is contained in:
parent
aa18f9f0e8
commit
310d79320c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63333
@ -2,8 +2,6 @@
|
||||
|
||||
LIB=df
|
||||
|
||||
# uncomment the line below to avoid building static libraries
|
||||
#INTERNALLIB=YES
|
||||
LIBDIR=${PREFIX}/lib
|
||||
# comment out the line below to build the profile libs
|
||||
NOPROFILE=yes
|
||||
|
@ -13,8 +13,6 @@ SHLIB_MINOR = 3
|
||||
|
||||
LIBDIR = ${PREFIX}/lib
|
||||
|
||||
# uncomment the line below to avoid building static libraries
|
||||
#INTERNALLIB = Yes
|
||||
# comment out the line below to build the profile libs
|
||||
NOPROFILE=yes
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
LIB=df
|
||||
|
||||
# uncomment the line below to avoid building static libraries
|
||||
#INTERNALLIB=YES
|
||||
LIBDIR=${PREFIX}/lib
|
||||
# comment out the line below to build the profile libs
|
||||
NOPROFILE=yes
|
||||
|
@ -13,8 +13,6 @@ SHLIB_MINOR = 3
|
||||
|
||||
LIBDIR = ${PREFIX}/lib
|
||||
|
||||
# uncomment the line below to avoid building static libraries
|
||||
#INTERNALLIB = Yes
|
||||
# comment out the line below to build the profile libs
|
||||
NOPROFILE=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user