aboutsummaryrefslogtreecommitdiff
path: root/graphics/geos/files/patch-tests-thread-Makefile.in
blob: 22ffc7a0b375f0cf2110b5f5a960cf1ca19e3dbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- tests/thread/Makefile.in.orig	2020-12-09 19:04:24 UTC
+++ tests/thread/Makefile.in
@@ -316,13 +316,13 @@ top_srcdir = @top_srcdir@
 #
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/unit/tut -I$(top_builddir)/capi
 
-# The -lstdc++ is needed for --disable-shared to work
+# The  is needed for --disable-shared to work
 threadtest_SOURCES = threadtest.c
-threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
+threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
 
-# The -lstdc++ is needed for --disable-shared to work
+# The  is needed for --disable-shared to work
 badthreadtest_SOURCES = badthreadtest.c
-badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
+badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
 all: all-am
 
 .SUFFIXES: