diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:14:54 +0200 |
commit | 503659533a695a94a1591c3803080544f12e9a35 (patch) | |
tree | 4252d066e70ac971eac81e60beb82321de210a7d /package/libXt | |
parent | 224199c2a01bb660242688aca506373e40b79775 (diff) |
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'package/libXt')
-rw-r--r-- | package/libXt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libXt/Makefile b/package/libXt/Makefile index 183b20de5..3cd4d839d 100644 --- a/package/libXt/Makefile +++ b/package/libXt/Makefile @@ -26,6 +26,7 @@ $(eval $(call HOST_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE})) $(eval $(call PKG_template,LIBXT,libxt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) AUTOTOOL_STYLE:= autoreconf +HOST_STYLE:= auto CONFIGURE_ENV+= CFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)" CONFIGURE_ARGS+= --disable-malloc0returnsnull |