diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:39:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:39:01 +0100 |
commit | c4df48a030c704352ce51b73a664ef4d6ff0d324 (patch) | |
tree | 097879c02ada3c89a3a976f0b6781f295c2e3478 /package/file/Makefile | |
parent | bb534316d8f79e60154b21a04cabec24bed69ba5 (diff) | |
parent | 339a86a351dffaa44ed3649b1eccb255fd860733 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/file/Makefile')
-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 |