[arch-commits] Commit in dht/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 10 22:04:59 UTC 2022


    Date: Thursday, February 10, 2022 @ 22:04:59
  Author: arojas
Revision: 436904

Fix header install dir

Modified:
  dht/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 21:59:56 UTC (rev 436903)
+++ PKGBUILD	2022-02-10 22:04:59 UTC (rev 436904)
@@ -3,7 +3,7 @@
 
 pkgname=dht
 pkgver=0.26
-pkgrel=2
+pkgrel=3
 pkgdesc='BitTorrent DHT library'
 arch=(x86_64)
 url='https://github.com/jech/dht'
@@ -21,6 +21,7 @@
 build() {
   cmake -B build -S dht-dht-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_INCLUDEDIR=include/dht \
     -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
   cmake --build build
 }



More information about the arch-commits mailing list