aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorLiangbin Lian <jjm2473@gmail.com>2020-08-02 00:17:53 +0800
committerAlexandru Ardelean <ardeleanalex@gmail.com>2020-08-03 12:26:32 +0300
commite60ad5400ea4b9385e9794646419606c6457e917 (patch)
tree198257eaaf1556e6de232427156439361f985339 /net/netatalk
parent75efd85bf193de52cb5f5ff9bd1014dad93a7c6f (diff)
netatalk: fix compile error in mac os
fix compile error in mac os when dtrace installed. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index af798611b..39f673dcf 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=netatalk
PKG_VERSION:=3.1.12
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/netatalk
@@ -67,6 +67,7 @@ CONFIGURE_ARGS += \
--disable-srvloc \
--disable-zeroconf \
$(if $(CONFIG_SHADOW_PASSWORDS),--with-shadow,--without-shadow) \
+ --without-dtrace \
--without-ldap
define Package/netatalk/conffiles