summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-04-21 19:53:30 +0200
committerunknown <msvensson@neptunus.(none)>2006-04-21 19:53:30 +0200
commita66fc918e954b00f3f9981e8b260ce50aeccf230 (patch)
tree9c0a6068d5948c84223f5bde3d9033f0d56af819 /extra
parent8b123043371b0c0c642912a5b3548448d4e026ed (diff)
downloadmariadb-git-a66fc918e954b00f3f9981e8b260ce50aeccf230.tar.gz
Remove -Wall etc, not so portable compiler options
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/testsuite/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/yassl/testsuite/Makefile.am b/extra/yassl/testsuite/Makefile.am
index 3a07ac316e1..d91822f609e 100644
--- a/extra/yassl/testsuite/Makefile.am
+++ b/extra/yassl/testsuite/Makefile.am
@@ -4,8 +4,8 @@ testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \
../examples/client/client.cpp ../examples/server/server.cpp \
../examples/echoclient/echoclient.cpp \
../examples/echoserver/echoserver.cpp
-testsuite_LDFLAGS = -L../src/ -L../taocrypt/src $(PTHREAD_LDFLAGS)
-testsuite_CXXFLAGS = -DYASSL_PURE_C -DNO_MAIN_DRIVER -Wall -Wno-unused $(PTHREAD_CFLAGS)
-testsuite_LDADD = -lyassl -ltaocrypt $(EXTRA_PTHREAD) $(EXTRA_SOCKET)
+testsuite_LDFLAGS = -L../src/ -L../taocrypt/src
+testsuite_CXXFLAGS = -DYASSL_PURE_C -DNO_MAIN_DRIVER
+testsuite_LDADD = -lyassl -ltaocrypt
testsuite_DEPENDENCIES = ../src/libyassl.la ../taocrypt/src/libtaocrypt.la
EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat