aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-21 05:10:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-21 05:10:43 +0000
commitbf34a2087af1f90cfa004a552c967b2e5382ca59 (patch)
tree5763c7f120593f6df6e742cd249f31173f5a82db
parent83fd98a810f2ed95f1045da384442fc2fc33cc76 (diff)
downloadexecline-bf34a2087af1f90cfa004a552c967b2e5382ca59.tar.gz
Fix dotpc and Solaris build
-rw-r--r--Makefile1
-rwxr-xr-xpatch-for-solaris3
2 files changed, 4 insertions, 0 deletions
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