Index: ports/libx11/build.sh |
diff --git a/ports/libx11/build.sh b/ports/libx11/build.sh |
index 32d287387ce2dcab48b673c01cf17ac3543a80f0..44cf649decbaeac37376e4c3446e4275f2d87cca 100644 |
--- a/ports/libx11/build.sh |
+++ b/ports/libx11/build.sh |
@@ -5,4 +5,5 @@ |
if [ "${NACL_LIBC}" = "newlib" ]; then |
NACLPORTS_CFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat" |
EXTRA_CONFIGURE_ARGS+=" --enable-shared=no" |
+ NACLPORTS_LDFLAGS+=" -lglibc-compat" |
Sam Clegg
2015/07/31 22:07:00
I think you can remove this now.
zhitingzhu
2015/08/01 00:48:15
Done.
|
fi |