diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 05:10:43 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 05:10:43 +0000 |
| commit | bf34a2087af1f90cfa004a552c967b2e5382ca59 (patch) | |
| tree | 5763c7f120593f6df6e742cd249f31173f5a82db | |
| parent | 83fd98a810f2ed95f1045da384442fc2fc33cc76 (diff) | |
| download | execline-bf34a2087af1f90cfa004a552c967b2e5382ca59.tar.gz | |
Fix dotpc and Solaris build
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | patch-for-solaris | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |
