diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:15:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:15:05 +0100 |
commit | 3e0d8668f145299e6bd4d0d45b645a67cc6e14ac (patch) | |
tree | 8d9fcdc9a28be2b32a145730e5d4ceed42593d81 /package/file | |
parent | 25431ee889c1aaa66cd872a421215c617774d978 (diff) | |
parent | 6cefb4fbff72a0187a6038ef42943b80498e57c9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/file')
-rw-r--r-- | package/file/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/file/Makefile b/package/file/Makefile index c090033f4..2b68ec306 100644 --- a/package/file/Makefile +++ b/package/file/Makefile @@ -21,6 +21,7 @@ pre-configure: (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \ CFLAGS="-static" \ ./configure --enable-static --disable-shared \ + --disable-warnings \ ); ${MAKE} -C ${WRKBUILD} ${INSTALL_BIN} ${WRKBUILD}/src/file ${WRKBUILD}/magic |