Even better with the patch attached :)
> Hi, > > this patch updates yaddns to 1.0-rc3. Changes are: > > * add support for Sitelutions service > * remove -Werror which broke compilation on some services > * use HTTP/1.0 instead of HTTP/1.1 to avoid chunked encoding > > Regards, > > -Raphaël > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
--- yaddns.orig/Makefile +++ yaddns/Makefile @@ -8,15 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaddns -PKG_VERSION:=1.0-rc2 -PKG_REV:=1 +PKG_VERSION:=1.0-rc3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=svn://patatrac.info/yaddns/tags/yaddns-1.0-rc2 -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_PROTO:=svn +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://download.gna.org/yaddns/ +PKG_MD5SUM:=83a4e5610ec8fa0166c57b9a25f0b069 PKG_INSTALL:=1 @@ -38,13 +35,6 @@ define Package/yaddns/conffiles /etc/config/ddns endef -define Build/Configure - (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ - $(SED) '/^AM_CFLAGS/ s/-Werror//' src/Makefile.am; \ - ./autogen.sh); - $(call Build/Configure/Default, ) -endef - define Package/yaddns/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/yaddns $(1)/usr/bin/
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
