projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa777df
)
netatalk: fix compile error in mac os
12989/head
author
Liangbin Lian
<jjm2473@gmail.com>
Sat, 1 Aug 2020 16:17:53 +0000
(
00:17
+0800)
committer
Liangbin 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
patch
|
blob
|
history
diff --git
a/net/netatalk/Makefile
b/net/netatalk/Makefile
index 430b963dadc28fe23defb8299516cb9a52c37f72..ce622d4cac3862e0618a29c09b7aa6686e6c0e26 100644
(file)
--- 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