diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
| commit | 7744992874e623136797febd669b5b40e0a18178 (patch) | |
| tree | 39bb948e06271e76586906c60466be421120ff55 /package/orbit2/Makefile | |
| parent | 4a619c92b7a63e852a019186ece93a76eeea4acf (diff) | |
| parent | 2261e8e2b3cda815ac79bd934756b94a3fa67fe5 (diff) | |
Merge branch 'master' of git://www.openadk.org/git/openadk
Diffstat (limited to 'package/orbit2/Makefile')
| -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 |
