diff options
author | Tim Biermann <tbier@posteo.de> | 2021-09-01 18:55:11 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-09-01 18:55:30 +0200 |
commit | 592aa9a298e8c4d651598cc0654d1e04479094b9 (patch) | |
tree | 5bd874af67c31bd412de7594c7572c9de7821444 /libsoup | |
parent | a54de576abfd2b6331badf95fc52a91da2e7d298 (diff) | |
download | opt-592aa9a298e8c4d651598cc0654d1e04479094b9.tar.gz opt-592aa9a298e8c4d651598cc0654d1e04479094b9.tar.xz |
libsoup: -> 2.74.0
Diffstat (limited to 'libsoup')
-rw-r--r-- | libsoup/.signature | 4 | ||||
-rw-r--r-- | libsoup/Pkgfile | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libsoup/.signature b/libsoup/.signature index 57d9fb24e..212c96d12 100644 --- a/libsoup/.signature +++ b/libsoup/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TRaCnklqwQcHBsdN6rHX8NKyu37Z8zy3njsek4z5MtBcXhuKqG1obWAKF3MUI/ndNHVgINXmiJ7gs/8o4uu1wQ= -SHA256 (Pkgfile) = eeed2b1b55db48cde8e71164649eac7be2223d4a4f8577d146cdb9510bfe0a90 +RWSE3ohX2g5d/XJexZPc0sOUbF2LV3+dN5L6JUxsprQfDihlUYsIQz/PA5eDI1dDh8qSe6OOqKAKc8VvfXuSOdUhYggOUQO9BA0= +SHA256 (Pkgfile) = acd36235631f2525fab0849574dd794400469048d5b353fe731dbd3da4f0941b SHA256 (.footprint) = 10a718a3851201744cf4ec5a3900551ae814e26778c86adeb197b4de27622d42 SHA256 (libsoup-2.74.0.tar.xz) = 33b1d4e0d639456c675c227877e94a8078d731233e2d57689c11abcef7d3c48e diff --git a/libsoup/Pkgfile b/libsoup/Pkgfile index 2c12f86d0..84ca177a2 100644 --- a/libsoup/Pkgfile +++ b/libsoup/Pkgfile @@ -12,7 +12,11 @@ source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versi build() { meson setup build $name-$version \ --prefix=/usr \ - --buildtype=plain + --buildtype=plain \ + -D b_lto=true \ + -D b_pie=true + #--wrap-mode nodownload \ + #--auto-features disabled \ sed -i 's|-R/usr/lib||g' build/build.ninja |