[arch-commits] Commit in dht/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Feb 10 21:59:47 UTC 2022
Date: Thursday, February 10, 2022 @ 21:59:47
Author: arojas
Revision: 436902
fat-lto-objects
Modified:
dht/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-10 21:56:47 UTC (rev 436901)
+++ PKGBUILD 2022-02-10 21:59:47 UTC (rev 436902)
@@ -3,7 +3,7 @@
pkgname=dht
pkgver=0.26
-pkgrel=1
+pkgrel=2
pkgdesc='BitTorrent DHT library'
arch=(x86_64)
url='https://github.com/jech/dht'
@@ -20,7 +20,8 @@
build() {
cmake -B build -S dht-dht-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
cmake --build build
}
More information about the arch-commits
mailing list