pass -export-dynamic to the linker, otherwise the dlopen() loader is
pointless
This commit is contained in:
parent
5f373dba65
commit
403f84395e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2004/03/28 15:19:30 chris Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2004/04/15 14:53:40 drochner Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -52,4 +52,6 @@ LDADD+= -larm
|
|||
DPADD+= ${LIBARM}
|
||||
.endif
|
||||
|
||||
LDADD+= -export-dynamic
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue