summaryrefslogtreecommitdiff
path: root/package/file/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-17 22:30:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-17 22:30:46 +0100
commita930bf592b9be7b3b3eec827519ec6e7d02673da (patch)
tree3cb81b3961ca52a96c23d98e7d11e319febaa1c2 /package/file/Makefile
parent138f0238a83167d440339a901056618e7a8d0236 (diff)
parent4e434808f57408d58b48e2c9c2fa0401ccb0f967 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 \
);