From: "W. Michael Petullo" <[email protected]> Bump to 0.0.58.
Signed-off-by: W. Michael Petullo <[email protected]> --- net/dmapd/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index 5dd12df..f5973ff 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmapd -PKG_VERSION:=0.0.50 +PKG_VERSION:=0.0.58 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.flyn.org/projects/dmapd -PKG_MD5SUM:=2e04d7fb8437f9e7bd370dc3af450aae +PKG_MD5SUM:=4c0537697465d32569f53d3f14829130 PKG_FIXUP:=autoreconf PKG_INSTALL:=2 @@ -38,6 +38,9 @@ define Package/dmapd/conffiles /etc/dmapd.conf endef +CONFIGURE_ARGS+=\ + --disable-tests + TARGET_LDFLAGS+=\ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ -- 1.8.3.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
