mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-1381 Thrift C++ libs have incorrectly versioned names
Patch: Jake Farrell git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1182052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
878a948894
commit
bf12239d2e
@ -27,6 +27,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libthrift.la
|
lib_LTLIBRARIES = libthrift.la
|
||||||
pkgconfig_DATA = thrift.pc
|
pkgconfig_DATA = thrift.pc
|
||||||
|
libthrift_la_LDFLAGS = -release $(VERSION)
|
||||||
|
|
||||||
## We only build the extra libraries if we have the dependencies,
|
## We only build the extra libraries if we have the dependencies,
|
||||||
## but we install all of the headers unconditionally.
|
## but we install all of the headers unconditionally.
|
||||||
@ -99,6 +100,8 @@ libthriftnb_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBEVENT_CPPFLAGS)
|
|||||||
libthriftz_la_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_CPPFLAGS)
|
libthriftz_la_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_CPPFLAGS)
|
||||||
libthriftnb_la_CXXFLAGS = $(AM_CXXFLAGS)
|
libthriftnb_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||||
libthriftz_la_CXXFLAGS = $(AM_CXXFLAGS)
|
libthriftz_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||||
|
libthriftnb_la_LDFLAGS = -release $(VERSION)
|
||||||
|
libthriftz_la_LDFLAGS = -release $(VERSION)
|
||||||
|
|
||||||
if WITH_BOOSTTHREADS
|
if WITH_BOOSTTHREADS
|
||||||
libthrift_la_LIBADD = -lboost_thread
|
libthrift_la_LIBADD = -lboost_thread
|
||||||
|
Loading…
Reference in New Issue
Block a user