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:
8658203
)
netatalk: fix compile error in mac os
13005/head
author
Liangbin Lian
<jjm2473@gmail.com>
Sat, 1 Aug 2020 16:17:53 +0000
(
00:17
+0800)
committer
Alexandru Ardelean
<ardeleanalex@gmail.com>
Mon, 3 Aug 2020 09:28:36 +0000
(12:28 +0300)
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 d34b5f895f81f2f95fd64a8acc1c4e15d998a6b8..7b561d4372cf45fb3c515be0b3e7744d6c7b1d2b 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.12
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
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