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 a51c8b39ff7859436fccbd80410948dcbc1e3121
parent 4b75d4b07cbee76a5154c5d4c142275e584042da
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 12:33:25 -0400

protobuf-c: Don't disable protoc in the build script

This change is required to support fwupd.

Diffstat:
Mlibs/protobuf-c/build | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libs/protobuf-c/build b/libs/protobuf-c/build @@ -1,8 +1,7 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --disable-protoc + --prefix=/usr make make DESTDIR="$1" install