| Index: ports/libiconv/build.sh
|
| diff --git a/ports/apr/build.sh b/ports/libiconv/build.sh
|
| similarity index 68%
|
| copy from ports/apr/build.sh
|
| copy to ports/libiconv/build.sh
|
| index a824ef8d0c71f171570831db0058ee2651e8f187..bd953340d5a198e2f762eed0834afc8d4c743655 100755
|
| --- a/ports/apr/build.sh
|
| +++ b/ports/libiconv/build.sh
|
| @@ -7,6 +7,9 @@ if [ "${NACL_LIBC}" = "newlib" ]; then
|
| NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat"
|
| fi
|
|
|
| -if [ "${NACL_SHARED}" = "0" ]; then
|
| - EXTRA_CONFIGURE_ARGS="--disable-dso"
|
| -fi
|
| +PatchStep() {
|
| + CONFIG_SUB=build-aux/config.sub
|
| + DefaultPatchStep
|
| + CONFIG_SUB=libcharset/build-aux/config.sub
|
| + PatchConfigSub
|
| +}
|
|
|