Add glib_cv_rtldglobal_broken=no for internal glib-1.2.10 as devel/glib doing.
While here, cross-compilation support again.
This commit is contained in:
parent
36c04fdf6c
commit
fa8563bc17
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2008/03/04 09:22:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2008/03/24 14:27:33 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pkg-config-0.23
|
||||
|
@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --cache-file=/dev/null
|
|||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
CONFIGURE_ARGS+= glib_cv_sane_realloc=yes glib_cv_uscore=no
|
||||
CONFIGURE_ARGS+= glib_cv_rtldglobal_broken=no
|
||||
.endif
|
||||
|
||||
# needed for fifth test case
|
||||
|
|
Loading…
Reference in a new issue