mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Merge branch 'master' of https://github.com/openwrt/packages
This commit is contained in:
@@ -56,7 +56,7 @@ define Package/libavahi/Default
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
PROVIDES:=libavahi
|
||||
DEPENDS:=+libpthread +SSP_SUPPORT:libssp
|
||||
DEPENDS:=+libpthread
|
||||
endef
|
||||
|
||||
define Package/libavahi/description
|
||||
@@ -155,7 +155,7 @@ endef
|
||||
define Package/avahi-dnsconfd
|
||||
$(call Package/avahi/Default)
|
||||
SUBMENU:=IP Addresses and Names
|
||||
DEPENDS:=+libavahi +libdaemon +libpthread +SSP_SUPPORT:libssp
|
||||
DEPENDS:=+libavahi +libdaemon +libpthread
|
||||
TITLE:=A Unicast DNS server using avahi-daemon
|
||||
endef
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libtasn1
|
||||
PKG_VERSION:=4.2
|
||||
PKG_VERSION:=4.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1
|
||||
PKG_MD5SUM:=414df906df421dee0a5cf7548788d153
|
||||
PKG_MD5SUM:=67e98988f966a34fbf1b82d33eef9e7e
|
||||
|
||||
#PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
Reference in New Issue
Block a user