Credit Andrew-R with appimage fix for glibc-2.6.1 + minor change to support Termux 2025-02
authorGood Guy <good1.2guy@gmail.com>
Thu, 27 Feb 2025 18:33:35 +0000 (11:33 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 27 Feb 2025 18:33:35 +0000 (11:33 -0700)
cinelerra-5.1/plugin_config
cinelerra-5.1/plugins/blendalgebra/BlendAlgebraStart
cinelerra-5.1/plugins/blendprogram/BlendProgramStart

index 56f43511dea0c37021de0f9cd35515b6812c0120..74ac9cc32cf582a96fa120f8cc8e42dc137f4c4d 100644 (file)
@@ -4,6 +4,7 @@ CFLAGS += -I../ -I$(CINELERRA) -I$(GUICAST) -I../colors -fPIC
 CFLAGS += $(static_incs)
 LFLAGS += $(static_libs)
 LFLAGS += $(LDFLAGS)
+LDFLAGS += -Wl,-z,noexecstack
 LDLINKER ?= $(CXX) -shared
 $(shell mkdir -p $(OBJDIR))
 
index 251f1549de03801f6974666135f4bedfb2cd5050..f95b0801a5ca8a1fb5e9c49b47e1d7aa105c3506 100644 (file)
@@ -7,7 +7,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <math.h>
-#include <values.h>
+#include <float.h>
 #include <limits.h>
 
 /* These six must match enum BC_CModel from guicast/bccmodels.h */
index 1eae23c1138aec2437d4029012e6d24bf1c00163..783d23753f5edb81767e13e72db5aa5ac7c987c3 100644 (file)
@@ -7,7 +7,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <math.h>
-#include <values.h>
+#include <float.h>
 #include <limits.h>
 
 /* These six must match enum BC_CModel from guicast/bccmodels.h */