about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-12-19 19:53:53 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2021-12-19 19:53:53 +0000
commit61ee1257eb41c8a55618b6b17364ab8395db6022 (patch)
tree9a49c8a100415679f6add8ca2a898821e2ed0ec7
parent4018bada3e30bde16594714df79d6c660eb558d4 (diff)
downloadnetpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.tar.gz
netpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.tar.xz
netpbm-mirror-61ee1257eb41c8a55618b6b17364ab8395db6022.zip
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
-rw-r--r--doc/HISTORY4
-rw-r--r--other/Makefile2
2 files changed, 5 insertions, 1 deletions
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