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/libxcb/Makefile | |
parent | 224199c2a01bb660242688aca506373e40b79775 (diff) |
fix HOST_STYLE stuff, openjdk7 compile problems fixed
Diffstat (limited to 'package/libxcb/Makefile')
-rw-r--r-- | package/libxcb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile index 28bda4f6c..8dffea1f3 100644 --- a/package/libxcb/Makefile +++ b/package/libxcb/Makefile @@ -25,6 +25,7 @@ $(eval $(call PKG_template,LIBXCB,libxcb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEP include $(TOPDIR)/mk/python.mk +HOST_STYLE:= auto CONFIGURE_ENV+= PYTHON=$(PYTHON) libxcb-install: |