summaryrefslogtreecommitdiff
path: root/package/aufs2-util/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:29:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:29:14 +0100
commit9a21650e0195ac7b6d733ad8ba0700ccfaa574f6 (patch)
treed12cdd5989c3fe35bd4b5db12a747d25155f8c0c /package/aufs2-util/Makefile
parent7fe44c3270a5f83833f352d94ed5b7380b962f68 (diff)
fix cygwin compile issues
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
Diffstat (limited to 'package/aufs2-util/Makefile')
-rw-r--r--package/aufs2-util/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile
index 4457775b9..3d100010d 100644
--- a/package/aufs2-util/Makefile
+++ b/package/aufs2-util/Makefile
@@ -9,6 +9,7 @@ PKG_RELEASE:= 1
PKG_DESCR:= aufs2 utilities
PKG_SECTION:= admin
PKG_URL:= http://aufs.sf.net/
+PKG_HOST_DEPENDS:= !cygwin !freebsd
NO_DISTFILES:= 1
@@ -24,10 +25,4 @@ do-extract:
mkdir -p ${WRKBUILD}
${CP} ./src/* ${WRKBUILD}/
-do-configure:
-
-#post-install:
-# $(INSTALL_DIR) $(IDIR_BASH)/bin
-# $(INSTALL_BIN) $(WRKINST)/usr/bin/bash $(IDIR_BASH)/bin/
-
include ${TOPDIR}/mk/pkg-bottom.mk