diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:08:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:08:11 +0100 |
commit | d076dcc98ef55cb70fe1ea76c1d634fadaccb25f (patch) | |
tree | d2b0d13e3e6c6a631ad8a3a79601ac9c9c842e50 /package | |
parent | 8c97e0282c57a160c5cbe41c5eade31e8eafdbcf (diff) |
disable warnings, -Wextra does not exit on OpenBSD gcc
Diffstat (limited to 'package')
-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 |