Dont hide symbols in C++ library (issue #95)

This commit is contained in:
Magnus Edenhill 2014-06-10 17:02:35 +02:00
parent 5d8d4f0186
commit c484262f02
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ all: lib check
LIBS = -L../src -lrdkafka
include ../mklove/Makefile.base
# No linker script/symbol hiding for C++ library
WITH_LDS=n
LIBS += -lstdc++
CHECK_FILES+= $(LIBNAME).so.$(LIBVER) $(LIBNAME).a