15 lines
532 B
Text
15 lines
532 B
Text
|
- do not hard-code libstdc++, it may not exist on all platforms
|
||
|
|
||
|
Index: lang/cpp/tests/Makefile.in
|
||
|
--- lang/cpp/tests/Makefile.in.orig
|
||
|
+++ lang/cpp/tests/Makefile.in
|
||
|
@@ -434,7 +434,7 @@ top_srcdir = @top_srcdir@
|
||
|
AM_LDFLAGS = -no-install
|
||
|
LDADD = ../../cpp/src/libgpgmepp.la \
|
||
|
../../../src/libgpgme.la @GPG_ERROR_LIBS@ \
|
||
|
- @LDADD_FOR_TESTS_KLUDGE@ -lstdc++
|
||
|
+ @LDADD_FOR_TESTS_KLUDGE@
|
||
|
|
||
|
AM_CPPFLAGS = -I$(top_srcdir)/lang/cpp/src -I$(top_builddir)/src \
|
||
|
@GPG_ERROR_CFLAGS@ @GPG_ERROR_CFLAGS@ \
|