Merge pull request #13004 from commodo/netatalk-fix-clang
netatalk: fix compile error in mac os
This commit is contained in:
commit
1c67444c33
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=netatalk
|
PKG_NAME:=netatalk
|
||||||
PKG_VERSION:=3.1.12
|
PKG_VERSION:=3.1.12
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/netatalk
|
PKG_SOURCE_URL:=@SF/netatalk
|
||||||
|
@ -67,6 +67,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-srvloc \
|
--disable-srvloc \
|
||||||
--disable-zeroconf \
|
--disable-zeroconf \
|
||||||
$(if $(CONFIG_SHADOW_PASSWORDS),--with-shadow,--without-shadow) \
|
$(if $(CONFIG_SHADOW_PASSWORDS),--with-shadow,--without-shadow) \
|
||||||
|
--without-dtrace \
|
||||||
--without-ldap
|
--without-ldap
|
||||||
|
|
||||||
define Package/netatalk/conffiles
|
define Package/netatalk/conffiles
|
||||||
|
|
Loading…
Reference in a new issue