ports/opt (3.7): inih: enabled lto and pie and syntax
commit 9b71005f6b9d7db815705ec5af1825b15dc2e791 Author: Tim Biermann <tbier@posteo.de> Date: Tue Dec 14 09:53:47 2021 +0100 inih: enabled lto and pie and syntax diff --git a/inih/.signature b/inih/.signature index da676331e..8f7db6af5 100644 --- a/inih/.signature +++ b/inih/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eR0lYUJzEh4pBVC3Hu90FK/TfvQX1k8kMs96yq3v7RRSeiHtDXID8CEB4RDw9unBPiJLz/IRZHWOjeSSKVANQI= -SHA256 (Pkgfile) = adcb5f622024d6996feaa9869994d4591a96c5a12d8a62d20e1401b73f056dab +RWSE3ohX2g5d/UOBC68W023UBoLTbvd8JqS1wPxtzFsPbEZhwvM36Iw6fJ4bXto9hRbZ5pfOxIol9ryg5XUs3r3xZK4T6Q0MawI= +SHA256 (Pkgfile) = 8c8355dbabd00af3388f57f0fe9f7557f9f80c37617d3db91dc2b10723325890 SHA256 (.footprint) = 26c42d7170bddbfc634dde242bef3f2a581dbcbebf6e11e037c43c280712cfc4 SHA256 (inih-53.tar.gz) = 01b0366fdfdf6363efc070c2f856f1afa33e7a6546548bada5456ad94a516241 diff --git a/inih/Pkgfile b/inih/Pkgfile index 8a89d147a..08dcbbce5 100644 --- a/inih/Pkgfile +++ b/inih/Pkgfile @@ -1,7 +1,7 @@ # Description: Simple .INI file parser library written in C -# URL: https://github.com/benhoyt/inih -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: meson ninja +# URL: https://github.com/benhoyt/inih +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: meson ninja name=inih version=53 @@ -12,6 +12,9 @@ build() { meson setup build $name-r$version \ --prefix=/usr \ --buildtype=release \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ -D with_INIReader=true \ -D distro_install=true
participants (1)
-
crux@crux.nu