tinc/lzo: add pic to build with gcc8

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-05-18 20:31:51 +02:00
parent 2c47bfbb0e
commit bce7fc9535
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ PKG_SECTION="service/system"
PKG_SHORTDESC="tinc: a Virtual Private Network daemon"
PKG_LONGDESC="tinc ($PKG_VERSION) is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This allows VPN sites to share information with each other over the Internet without exposing any information to others."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="tinc"

View File

@ -28,6 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="compress"
PKG_SHORTDESC="LZO data compressor"
PKG_LONGDESC="LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio."
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_HOST="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"
PKG_CMAKE_OPTS_TARGET="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"