diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
commit | 911a8d67bf979a65bfa3246f5c789588f3fc6bd6 (patch) | |
tree | fdb3e3e7c07df020f952aa56b2d2df00c1f07afd /package/orbit2 | |
parent | a709ebc3f96b3d00f3694468c1e3812d4fb0779e (diff) |
resolve various build failures
Diffstat (limited to 'package/orbit2')
-rw-r--r-- | package/orbit2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/orbit2/Makefile b/package/orbit2/Makefile index a7a682b89..03e7cc974 100644 --- a/package/orbit2/Makefile +++ b/package/orbit2/Makefile @@ -40,7 +40,8 @@ CONFIGURE_ENV+= ac_cv_alignof_CORBA_octet=1 \ ac_cv_alignof_CORBA_double=4 \ ac_cv_alignof_CORBA_long_double=4 \ ac_cv_alignof_CORBA_struct=1 \ - ac_cv_alignof_CORBA_pointer=4 + ac_cv_alignof_CORBA_pointer=4 \ + ac_cv_cflags_gcc_option__Werror_implicit_function_declaration=no orbit2-install: $(INSTALL_DIR) $(IDIR_ORBIT2)/usr/lib |