Remove the hack to build groff statically on alpha, now that the rtld
has been extended to grok binaries with only one PLT_LOAD segment An UPDATING entry about this is pending review.. Approved by: ru
This commit is contained in:
parent
e21791b49b
commit
23cc6f41f9
@ -6,10 +6,4 @@ DPADD= ${LIBGROFF} ${LIBM}
|
||||
LDADD= ${LIBGROFF} -lm
|
||||
CLEANFILES= ${MAN}
|
||||
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
#XXXX ld produces only one PT_LOAD segment when this binary
|
||||
#XXXX is linked dynamically, which confuses the rtld
|
||||
NOSHARED?= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user