From 6aeaf7dc923274b0336ec3c84d6e18c725ab90d1 Mon Sep 17 00:00:00 2001 From: Liangbin Lian Date: Sun, 2 Aug 2020 00:17:53 +0800 Subject: [PATCH] netatalk: fix compile error in mac os fix compile error in mac os when dtrace installed. Signed-off-by: Liangbin Lian --- net/netatalk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 430b963dad..ce622d4cac 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -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