summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-08 12:14:03 +0200
committerTim Biermann <tbier@posteo.de>2021-09-08 12:17:14 +0200
commit48315e208edba8e0862782bd1a6b0c08eb28ef2b (patch)
treec73b7de57a93a5872caae70e9e71ff32279acd3a
parent14db9473aa798d7be3d4ef72cdfe985c0445d2b6 (diff)
downloadcontrib-48315e208edba8e0862782bd1a6b0c08eb28ef2b.tar.gz
contrib-48315e208edba8e0862782bd1a6b0c08eb28ef2b.tar.xz
libnma: mostly enabling lto
-rw-r--r--libnma/.signature4
-rw-r--r--libnma/Pkgfile5
2 files changed, 6 insertions, 3 deletions
diff --git a/libnma/.signature b/libnma/.signature
index c230bbe24..135fff637 100644
--- a/libnma/.signature
+++ b/libnma/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37LGmNQMYHoT9ACcjj4zUfnvAiMhVoHMnQo6+A1R3GdVUNSlighvbLU6K/pCMUA8BOnvsxYeWW37FWxUmkkh0gw=
-SHA256 (Pkgfile) = 2887dee8e9092d3eafcd8a4d61903e7bd69b84350ba373ae8b519094b58af921
+RWSagIOpLGJF30lUdICJzaYVpSmD9nT+WGTYZ3W8eYbtO4rPZcMWZt9S+Vzrgq9Aq1BRMBtuQ+c+Pn1XRLitw0B1E8jl1SZmAAA=
+SHA256 (Pkgfile) = 911b238db81aa1b44d1f2d2cffec624e33d90d75dbe08865224d19d17ded68d5
SHA256 (.footprint) = 4276de43dd9e333d3222661bc38dcfc62115444887fbac0cb149e2a6fde2abef
SHA256 (libnma-1.8.32.tar.bz2) = 42ec82537c6abc7bd27c6ebb8da624469481ed54d5ccc4d8310a4d1969c65716
diff --git a/libnma/Pkgfile b/libnma/Pkgfile
index d1ea20363..dd5c7c66f 100644
--- a/libnma/Pkgfile
+++ b/libnma/Pkgfile
@@ -5,7 +5,7 @@
name=libnma
version=1.8.32
-release=1
+release=2
source=(https://gitlab.gnome.org/GNOME/libnma/-/archive/$version/libnma-$version.tar.bz2)
build() {
@@ -16,6 +16,9 @@ build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
-D mobile_broadband_provider_info=false \
-D gtk_doc=false \
-D vapi=false

Generated by cgit