aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2/Makefile
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2011-06-23 14:38:29 +0000
committerMirko Vogt <mirko@openwrt.org>2011-06-23 14:38:29 +0000
commit5de173d634429ca81ef97f5bf2575b005495f3b1 (patch)
tree325379cf26846f8eac09df21b8ab5a4e398afb12 /package/hotplug2/Makefile
parent83e981ca76d315e6b2e1884b72ab47428c1818f9 (diff)
downloadupstream-5de173d634429ca81ef97f5bf2575b005495f3b1.tar.gz
upstream-5de173d634429ca81ef97f5bf2575b005495f3b1.tar.bz2
upstream-5de173d634429ca81ef97f5bf2575b005495f3b1.zip
[package/hotplug2] fix conditional dependencies to libbsd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2/Makefile')
-rw-r--r--package/hotplug2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile
index 699976e8a9..30bd1578a0 100644
--- a/package/hotplug2/Makefile
+++ b/package/hotplug2/Makefile
@@ -28,7 +28,7 @@ define Package/hotplug2
VERSION:=1.0-beta-$(PKG_RELEASE)
TITLE:=Version 1.0 Dynamic device management subsystem for embedded systems
URL:=http://isteve.bofh.cz/~isteve/hotplug2/
- DEPENDS:=+USE_EGLIBC:libbsd +USE_GLIBC:libbsd
+ DEPENDS:=+(USE_EGLIBC||USE_GLIBC):libbsd
endef
define Package/hotplug2/description