diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:01:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-17 22:01:54 +0100 |
commit | a7398b69f0946733ea2bd7e90176c1cab07376d0 (patch) | |
tree | e67c02c146bbe806dfd3e5b2937373d89accfa35 /package/file | |
parent | 5844c1d52c76ba0df5b2b5cba19f03185e34959f (diff) |
fix rebuild of autotools by touching files in a correct order
from freewrt/openbsd
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 \ ); |