X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c18a2411a73370abd0efaf5c078a3fe7ea565eaf..2d32ced1744d54bae589cb1500e1453cfa84a8ca:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 362a63cc8..f6c08e10a 100644 --- a/package/Makefile +++ b/package/Makefile @@ -37,7 +37,7 @@ ifdef CONFIG_USE_MKLIBS file -r -N -F '' {} + | \ awk ' /shared object/ { print $$1 }' >> $(TMP_DIR)/mklibs-progs mkdir -p $(TMP_DIR)/mklibs-out - $(STAGING_DIR_HOST)/bin/mklibs.py -D -v \ + $(STAGING_DIR_HOST)/bin/mklibs.py -D \ -d $(TMP_DIR)/mklibs-out \ --sysroot $(STAGING_DIR_ROOT) \ -L /lib \