1
0
forked from ports/opt

inih: enabled lto and pie and syntax

This commit is contained in:
Tim Biermann 2021-12-14 09:53:47 +01:00
parent 87b699229d
commit 9b71005f6b
2 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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