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:
parent
425e48af34
commit
34b09ed904
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456989
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user