Ensure that libmissing functions can replace imprecise base system variants -- thanks

to kib for implementing the necessary rtld support
This commit is contained in:
Brendan Fabeny 2013-11-13 01:38:47 +00:00
parent bdf331b3a9
commit 8f648551d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333636

View File

@ -2,7 +2,7 @@
PORTNAME= libmissing
DISTVERSION= 20130815
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= LOCAL/bf
@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${OSVERSION} > 1000054
LDFLAGS+= -Wl,-z,interpose
.endif
.if ${PORT_OPTIONS:MPROFILE} || defined(WITH_PROFILE)
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\