diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 14:21:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 14:21:49 +0100 |
commit | df666e5a4fcef3c7a8d7da5f3628672e2bdcc77b (patch) | |
tree | 72a48da1a3e7ae9ca0b60f0cedcb89b138160a85 /package/aufs2-util | |
parent | 8dbadd582b22e1997cc82477e41d20e25fb604b1 (diff) |
fix compile errors on OpenBSD host
update bluez package to latest upstream.
disable aufs2-util on OpenBSD host.
Diffstat (limited to 'package/aufs2-util')
-rw-r--r-- | package/aufs2-util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/aufs2-util/Makefile b/package/aufs2-util/Makefile index 3d100010d..36b1b7bba 100644 --- a/package/aufs2-util/Makefile +++ b/package/aufs2-util/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_DESCR:= aufs2 utilities PKG_SECTION:= admin PKG_URL:= http://aufs.sf.net/ -PKG_HOST_DEPENDS:= !cygwin !freebsd +PKG_HOST_DEPENDS:= !cygwin !freebsd !openbsd NO_DISTFILES:= 1 |