]> git.pld-linux.org Git - packages/thrift.git/blame - thrift-cpp_link_fix.patch
Fixed typo in nodejs and lua bconds.
[packages/thrift.git] / thrift-cpp_link_fix.patch
CommitLineData
ba0896eb
ER
1--- thrift-0.9.1/lib/cpp/Makefile.am~ 2013-08-16 02:19:40.000000000 +0300
2+++ thrift-0.9.1/lib/cpp/Makefile.am 2013-10-06 02:24:00.209500307 +0300
3@@ -101,8 +101,10 @@
4 src/thrift/async/TAsyncProtocolProcessor.cpp \
5 src/thrift/async/TEvhttpServer.cpp \
6 src/thrift/async/TEvhttpClientChannel.cpp
22ccc465
MK
7+libthriftnb_la_LIBADD = -levent -lthrift
8
ba0896eb 9 libthriftz_la_SOURCES = src/thrift/transport/TZlibTransport.cpp
22ccc465
MK
10+libthriftz_la_LIBADD = -lz -lthrift
11
ba0896eb
ER
12 libthriftqt_la_MOC = src/thrift/qt/moc_TQTcpServer.cpp
13 libthriftqt_la_SOURCES = $(libthriftqt_la_MOC) \
This page took 0.081709 seconds and 4 git commands to generate.