netatalk: fix compile error in mac os 12989/head
authorLiangbin Lian <jjm2473@gmail.com>
Sat, 1 Aug 2020 16:17:53 +0000 (00:17 +0800)
committerLiangbin Lian <jjm2473@gmail.com>
Mon, 3 Aug 2020 07:53:59 +0000 (15:53 +0800)
fix compile error in mac os when dtrace installed.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
net/netatalk/Makefile

index 430b963dadc28fe23defb8299516cb9a52c37f72..ce622d4cac3862e0618a29c09b7aa6686e6c0e26 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netatalk
 PKG_VERSION:=3.1.11
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/netatalk
@@ -63,6 +63,7 @@ CONFIGURE_ARGS += \
        --disable-srvloc \
        --disable-zeroconf \
        $(if $(CONFIG_SHADOW_PASSWORDS),--with-shadow,--without-shadow) \
+       --without-dtrace \
        --without-ldap
 
 define Package/netatalk/conffiles