aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-21 04:45:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-21 04:45:29 +0000
commit4f9abc77dfe3046477cdcf6da4b487fc6c318b2a (patch)
tree4aa07fa4a1c5d8277919273e509c7d5f1c8b6609
parente99182dab3093f1645f9e4ff216aa752d7443fb1 (diff)
downloadskalibs-4f9abc77dfe3046477cdcf6da4b487fc6c318b2a.tar.gz
Fix dotpc and Solaris build
-rw-r--r--Makefile1
-rwxr-xr-xpatch-for-solaris1
2 files changed, 2 insertions, 0 deletions
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