commit 34f7d98
hovercats
·
2024-10-11 23:17:42 +0000 UTC
parent 9768a5f
xxhash: add. as cmake now disables openssl, ccache seems to need xxhash
5 files changed,
+15,
-0
+1,
-0
1@@ -1 +1,2 @@
2 cmake make
3+xxhash make
+11,
-0
1@@ -0,0 +1,11 @@
2+#!/bin/sh -e
3+
4+export CFLAGS="$CFLAGS -std=c99 -pedantic -fPIE"
5+export LDFLAGS="$LDFLAGS -static-pie"
6+
7+make libxxhash.a xxhsum
8+make PREFIX=/usr DESTDIR="$1" install_libxxhash.a \
9+ install_libxxhash.includes \
10+ install_libxxhash.pc \
11+ install_xxhsum \
12+ install_man
+1,
-0
1@@ -0,0 +1 @@
2+746e7a7e00b964272c2190fbbeea0138b1db9790c32ab5724b8107e7f12ea54b11
+1,
-0
1@@ -0,0 +1 @@
2+https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz
+1,
-0
1@@ -0,0 +1 @@
2+0.8.2 0