From 4f9abc77dfe3046477cdcf6da4b487fc6c318b2a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Jan 2026 04:45:29 +0000 Subject: Fix dotpc and Solaris build --- Makefile | 1 + patch-for-solaris | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4b1f22d..d1af3ec 100644 --- a/Makefile +++ b/Makefile @@ -142,6 +142,7 @@ libskarnet.so.xyzzy: $(ALL_DOBJS) libskarnet.pc: exec env \ + prefix="$(prefix)" \ library="skarnet" \ includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ diff --git a/patch-for-solaris b/patch-for-solaris index 6bdc3f8..a6a5276 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -22,6 +22,7 @@ patchit ./tools/gen-types.sh patchit ./tools/gen-types-internal.sh patchit ./tools/gen-bits.sh patchit ./tools/gen-sysdepsh.sh +patchit ./tools/gen-dotpc.sh echo 'SHELL := /usr/xpg4/bin/sh' > Makefile.tmp echo >> Makefile.tmp -- cgit v1.3.1