diff options
Diffstat (limited to 'package/file')
-rw-r--r-- | package/file/Makefile | 1 |
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 \ ); |