Merge pull request #12288 from neheb/tasn
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Mon, 25 May 2020 06:13:04 +0000 (08:13 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 06:13:04 +0000 (08:13 +0200)
libtasn1: fix host build under old GCC

README.md
libs/protobuf-c/Makefile
libs/sqlite3/Makefile

index 373f74e24eefe6b110b05ee98f5e41c204b7f09d..4b8b9e94ce622eca103a1dab26ee37e9404ca285 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
 
-Installation of pre-built packages is handled directly by the **opkg** utility within your running OpenWrt system or by using the [OpenWrt SDK](https://openwrt.org/docs/guide-developer/obtain.firmware.sdk) on a build system.
+Installation of pre-built packages is handled directly by the **opkg** utility within your running OpenWrt system or by using the [OpenWrt SDK](https://openwrt.org/docs/guide-developer/using_the_sdk) on a build system.
 
 ## Usage
 
index 0a54ea2a64582383482f3f9deb7cccb67a644543..42d48269dc0506f3370cb996f025bda71810c43c 100644 (file)
@@ -48,6 +48,7 @@ endef
 
 CMAKE_HOST_OPTIONS += \
        -DBUILD_SHARED_LIBS=ON \
+       -DCMAKE_CXX_STANDARD=11 \
        -DCMAKE_SKIP_RPATH=OFF \
        -DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
 
index bbaccccddecf6ce449440c501c50bd5d091244d5..1682573730f59428899e068952dc5d45696ef304 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sqlite
-PKG_VERSION:=3310100
+PKG_VERSION:=3320000
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
-PKG_HASH:=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
+PKG_HASH:=598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4
 PKG_SOURCE_URL:=https://www.sqlite.org/2020/
 
 PKG_LICENSE:=PUBLICDOMAIN