X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Fqrencode%2FMakefile;h=a6a4e2f256ae30449823379bfd5c889ce46cc145;hb=14af50642c9e3b3f8c1e2f8901667dfc95c4d93e;hp=37d39aac1312c66e3d99ded6cc6fb5865fcd427c;hpb=f51adfc3317eb5258d4d0041d6fcdb12a5179e24;p=feed%2Fpackages.git diff --git a/libs/qrencode/Makefile b/libs/qrencode/Makefile index 37d39aac13..a6a4e2f256 100644 --- a/libs/qrencode/Makefile +++ b/libs/qrencode/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qrencode -PKG_VERSION:=3.4.4 -PKG_RELEASE:=2 +PKG_VERSION:=4.0.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://fukuchi.org/works/qrencode/ -PKG_MD5SUM:=be545f3ce36ea8fbb58612d72c4222de +PKG_HASH:=c90035e16921117d4086a7fdee65aab85be32beb4a376f6b664b8a425d327d0b PKG_MAINTAINER:=Jonathan Bennett PKG_LICENSE:=LGPL-2.1+ PKG_INSTALL:=1 @@ -56,7 +56,8 @@ CONFIGURE_ARGS+= \ --enable-static \ --disable-rpath \ --disable-sdltest \ - --without-tests + --without-tests \ + --without-png TARGET_LDFLAGS+= -s