mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Ensure that libmissing functions can replace imprecise base system variants -- thanks
to kib for implementing the necessary rtld support
This commit is contained in:
parent
bdf331b3a9
commit
8f648551d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333636
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user