summaryrefslogtreecommitdiff
path: root/package/file/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/file/Makefile')
-rw-r--r--package/file/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/file/Makefile b/package/file/Makefile
index 2b68ec306..e24b80cbb 100644
--- a/package/file/Makefile
+++ b/package/file/Makefile
@@ -19,7 +19,6 @@ $(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
pre-configure:
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
- CFLAGS="-static" \
./configure --enable-static --disable-shared \
--disable-warnings \
);