Add WITHOUT_PROFILE=yes to MAKE_ARGS to disable building the profile version

of the library.  It wasn't installed anyway and this allows building with
-fomit-frame-pointer.
This commit is contained in:
Tijl Coosemans 2017-12-22 16:34:38 +00:00
parent 425e48af34
commit 34b09ed904
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456989
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,8 @@ GH_TAGNAME= c04b26b
USE_LDCONFIG= yes
USES= compiler uidfix
MAKE_ARGS= LIBDIR=${PREFIX}/lib INCSDIR=${PREFIX}/include/libepoll-shim/sys
MAKE_ARGS= INCSDIR=${PREFIX}/include/libepoll-shim/sys \
LIBDIR=${PREFIX}/lib WITHOUT_PROFILE=yes
.include <bsd.port.pre.mk>

View File

@ -4,4 +4,3 @@ include/libepoll-shim/sys/timerfd.h
lib/libepoll-shim.a
lib/libepoll-shim.so
lib/libepoll-shim.so.0
@comment lib/libepoll-shim_p.a