From 61ee1257eb41c8a55618b6b17364ab8395db6022 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 19 Dec 2021 19:53:53 +0000 Subject: Don't build Pamexec if no process management git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4210 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 4 ++++ other/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY b/doc/HISTORY index fe29701d..e6afc31a 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -38,6 +38,10 @@ not yet BJH Release 10.97.00 allow for adding up to 10 instead of 2, to account for rounding up to a multiple of 8 in processing bit maps. + Build: Don't attempt to build 'pamexec' on systems without + Unix process management. Bug introduced in Netpbm 10.94 + (March 2021) and supposedly fixed in 10.95, but not really. + 21.09.25 BJH Release 10.96.00 pgmtoppm: Eliminate dependency on color dictionary when user diff --git a/other/Makefile b/other/Makefile index 60ceb71b..b3884666 100644 --- a/other/Makefile +++ b/other/Makefile @@ -24,7 +24,7 @@ endif # build. PORTBINARIES = pamarith pambayer pamchannel pamdepth \ - pamendian pamexec pamfix pamlookup pampick pamsplit \ + pamendian pamfix pamlookup pampick pamsplit \ pamstack pamsummcol pamunlookup pamvalidate pnmcolormap \ ppmdcfont ppmddumpfont ppmdmkfont -- cgit 1.4.1