Commit 48ea5ff9 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

remove the stdc++ lib reference in the tokumysql handlerton. closes #1708

git-svn-id: file:///svn/mysql/tokudb-engine/src@11402 c7de825b-a66e-492c-adef-691d508d4ae1
parent 864843dd
......@@ -3,6 +3,7 @@ MYSQL_SRC = $(HOME)/mysql-5.1.23-rc
MYSQL_LIBDIR = $(HOME)/mysql-5.1.23-rc-build/lib/mysql
TOKUDB = /usr/local/tokudb-4.4
TOKUDB_VERSION = "Tokudb"
CXX = cc
DEBUG = 1
GCOV = 0
SINGLESO = 1
......@@ -44,7 +45,7 @@ LIBS = $(TOKUDB)/src/ydb_lib.o $(TOKUDB)/lib/libtokudb.a $(TOKUDB)/lib/libtokupo
else
LIBS = -L$(TOKUDB)/lib -ltokudb -ltokuportability
endif
LIBS += -lpthread -lz -lstdc++ -lm -lgcc_s -lc
LIBS += -lpthread -lz -lm -lc
# LIBDIR = /usr/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment