From: Liangbin Lian Date: Sat, 1 Aug 2020 16:17:53 +0000 (+0800) Subject: netatalk: fix compile error in mac os X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e60ad5400ea4b9385e9794646419606c6457e917;p=openwrt-packages.git netatalk: fix compile error in mac os fix compile error in mac os when dtrace installed. Signed-off-by: Liangbin Lian --- 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