diff options
-rw-r--r-- | mk/python.mk | 2 | ||||
-rw-r--r-- | package/libtool/Makefile | 4 | ||||
-rw-r--r-- | package/xcb-proto/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/mk/python.mk b/mk/python.mk index 933bd0065..1ef92e664 100644 --- a/mk/python.mk +++ b/mk/python.mk @@ -1,7 +1,7 @@ PYTHON_VERSION=2.7 ifeq ($(ADK_NATIVE),) PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib -PYTHON:=${STAGING_HOST_DIR}/usr/bin/hostpython +PYTHON:=${STAGING_HOST_DIR}/usr/bin/python else PYTHON_LIBDIR:=/usr/lib PYTHON:=/usr/bin/python diff --git a/package/libtool/Makefile b/package/libtool/Makefile index c549264d4..08842b638 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtool PKG_VERSION:= 2.4.2 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= d2f3b7d4627e69e13514a40e72a24d50 PKG_DESCR:= a generic dynamic object loading library PKG_SECTION:= lang @@ -34,6 +34,8 @@ endif HOST_STYLE:= auto CONFIGURE_ARGS+= --enable-ltdl-install +XAKE_FLAGS+= HELP2MAN=/bin/echo +HOST_XAKE_FLAGS+= HELP2MAN=/bin/echo libtool-install: ${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index fd4674b47..64d441387 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -8,13 +8,13 @@ PKG_VERSION:= 1.8 PKG_RELEASE:= 1 PKG_DESCR:= XML-XCB protocol descriptions PKG_SECTION:= devel -PKG_BUILDDEP:= python2 PKG_MD5SUM:= 8d2cdb770129cef563088a90c5bec768 PKG_SITES:= http://xcb.freedesktop.org/dist/ PKG_OPTS:= dev devonly PKG_SUBPKGS:= XCB_PROTO XCB_PYTHON PKGSC_XCB_PYTHON:= x11/misc +PKGSB_XCB_PYTHON:= python2-host include $(TOPDIR)/mk/package.mk |