kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit c8dcc845a0454c803e5a28b4cf4a1ea4606097f9
parent b6a4c7c5e95a0bb486c40f298c8e2924e5bea5e4
Author: St John Karp <contact@stjo.hn>
Date:   Tue, 14 Jun 2022 09:25:32 -0400

libfido2: Set the prefix when configuring

Diffstat:
Mlibs/libfido2/build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libs/libfido2/build b/libs/libfido2/build @@ -1,6 +1,7 @@ #!/usr/bin/env sh cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_C_FLAGS="$CFLAGS -L/usr/local/lib64 -lcbor" \ -B build make -C build