summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/libtool/Makefile4
-rw-r--r--package/xcb-proto/Makefile2
2 files changed, 4 insertions, 2 deletions
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