From bf34a2087af1f90cfa004a552c967b2e5382ca59 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Jan 2026 05:10:43 +0000 Subject: Fix dotpc and Solaris build --- Makefile | 1 + patch-for-solaris | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a8af4b4..62bc1a1 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ endif lib$(2).pc: exec env \ + prefix="$(prefix)" \ library="$(2)" \ includedir="$(includedir)" \ dynlibdir="$(dynlibdir)" \ diff --git a/patch-for-solaris b/patch-for-solaris index df17cc8..74376a0 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -14,6 +14,9 @@ mv -f configure.tmp configure patchit ./configure patchit ./tools/install.sh patchit ./tools/gen-deps.sh +patchit ./tools/gen-dotpc.sh +patchit ./tools/run-test.sh +patchit ./tools/gen-multicall.sh echo 'SHELL := /usr/xpg4/bin/sh' > Makefile.tmp echo >> Makefile.tmp -- cgit v1.3.1