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:
parent
da3cc35d68
commit
1d3f54f4e8
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user