disable dynamic loading stuff (dl* functions) not only for the pmax

-> all mips machines use the same shared lib sheme -> enable it for
mips
This commit is contained in:
graichen 1998-01-29 08:18:29 +00:00
parent da3cc35d68
commit 1d3f54f4e8

View File

@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
.if (${MACHINE_ARCH} != "alpha")
CONFIGURE_ARGS= --enable-shared
.endif
.if (${MACHINE_ARCH} == "pmax")
.if (${MACHINE_ARCH} == "mips")
CONFIGURE_ARGS= --disable-load
.endif
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}