summaryrefslogtreecommitdiff
path: root/cad/tochnog/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/tochnog/files/patch-makefile')
-rw-r--r--cad/tochnog/files/patch-makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tochnog/files/patch-makefile b/cad/tochnog/files/patch-makefile
index f2633df04ae2..421f11264e38 100644
--- a/cad/tochnog/files/patch-makefile
+++ b/cad/tochnog/files/patch-makefile
@@ -70,9 +70,9 @@
+ ${MAKE} tochnog \
+ "SYS_FILE=sysposix" \
+ "OBJ=o" \
-+ "COMPILER_FLAGS= -c ${CFLAGS} ${CPPFLAGS} -D_REENTRANT $(PTHREAD_CFLAGS) $(ALL_INCLUDE)" \
++ "COMPILER_FLAGS= -c ${CFLAGS} ${CPPFLAGS} -D_REENTRANT $(ALL_INCLUDE)" \
+ "LINK_FLAGS_BEFORE=" \
-+ "LINK_FLAGS_AFTER= $(PROFILE) $(ALL_LIB) ${LDFLAGS} $(PTHREAD_LIBS) -lm -o tochnog"
++ "LINK_FLAGS_AFTER= $(PROFILE) $(ALL_LIB) ${LDFLAGS} -lpthread -lm -o tochnog"
# multi processor linux; gnu gcc compiler
linux: