aports/community/gmni/pkgconfig.patch
2024-10-12 16:18:52 +00:00

14 lines
420 B
Diff

The name of the bearssl pkgconfig has changed
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ libgmni.pc:
@printf 'Name: libgmni\n' >> $@
@printf 'Version: %s\n' "$(VERSION)" >> $@
@printf 'Description: The gmni client library\n' >> $@
- @printf 'Requires: libbearssl\n' >> $@
+ @printf 'Requires: bearssl\n' >> $@
@printf 'Cflags: -I$${includedir}/gmni\n' >> $@
@printf 'Libs: -L$${libdir} -lgmni\n' >> $@