Skip to content

Commit

Permalink
Merge pull request openwrt#13004 from commodo/netatalk-fix-clang
Browse files Browse the repository at this point in the history
netatalk: fix compile error in mac os
  • Loading branch information
hnyman authored Aug 3, 2020
2 parents 4860c5c + e60ad54 commit 1c67444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/netatalk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c67444

Please sign in to comment.