diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:54:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:54:40 +0100 |
commit | f1590c8f1e959054b9426d923886246c2abec3c1 (patch) | |
tree | 31ae8e1f01e17c2d5c3aa93daa2a3742b8ced66c /package/glib/Makefile | |
parent | af0b87cf417b27cc662faf2e81a941649f190edc (diff) |
fix orbit2 compile, use libIDL-host
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r-- | package/glib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 842712601..ac93c981a 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -40,8 +40,7 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \ ac_cv_func_posix_getpwuid_r=yes \ ac_cv_func_posix_getgrgid_r=yes -HOST_CONFIGURE_ARGS+= --prefix=$(HOST_WRKINST)/usr \ - --disable-fam +HOST_CONFIGURE_ARGS+= --disable-fam glib-install: ${INSTALL_DIR} ${IDIR_GLIB}/usr/lib |