diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:48:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:48:00 +0100 |
| commit | 09381f08db60bd52ab7135bd084fa2bb197a98c2 (patch) | |
| tree | 24fccce5f78fc4129d5b26d0adf07cda138d8188 /package/glib | |
| parent | 890c35ac59300679b63cc3f94409143dd7020ebe (diff) | |
| parent | a4137f916eed4e87434e5382573008c89c8f1652 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glib')
| -rw-r--r-- | package/glib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index f98c73cc9..37816d5cb 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -45,10 +45,12 @@ pre-configure: ifneq ($(OStype),Darwin) (cd ${WRKBUILD}; rm -rf config.{cache,status}; \ ./configure --prefix=$(STAGING_HOST_DIR) \ + --with-libiconv=gnu \ ); - env CFLAGS="-static" LDFLAGS="-static -liconv" ${MAKE} -C ${WRKBUILD} + ${MAKE} -C ${WRKBUILD} V=1 $(CP) ${WRKBUILD}/gio/.libs/glib-compile-schemas ${STAGING_HOST_DIR}/bin $(CP) ${WRKBUILD}/gobject/.libs/glib-genmarshal ${STAGING_HOST_DIR}/bin + $(CP) ${WRKBUILD}/gobject/glib-mkenums ${STAGING_HOST_DIR}/bin ${MAKE} -C ${WRKBUILD} clean endif |
