Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] fix linkage for -lboost_system #65

Closed
glixx opened this issue Sep 19, 2014 · 1 comment
Closed

[patch] fix linkage for -lboost_system #65

glixx opened this issue Sep 19, 2014 · 1 comment

Comments

@glixx
Copy link

glixx commented Sep 19, 2014

diff -rupN eiskaltdcpp-2.2.8.old/dcpp/CMakeLists.txt eiskaltdcpp-2.2.8/dcpp/CMakeLists.txt
--- eiskaltdcpp-2.2.8.old/dcpp/CMakeLists.txt   2013-06-23 22:11:59.000000000 +0200
+++ eiskaltdcpp-2.2.8/dcpp/CMakeLists.txt   2013-06-28 20:11:00.237565713 +0200
@@ -81,7 +81,7 @@ else(WIN32)
 endif (WIN32)

 target_link_libraries (dcpp ${DHT_LIB} ${PTHREADS} ${BZIP2_LIBRARIES} ${ZLIB_LIBRARIES}
-${OPENSSL_LIBRARIES} ${GETTEXT_LIBRARIES} ${ICONV_LIBRARIES} ${WIN32_LIBS} ${APPLE_LIBS} ${LUA_LIBRARIES} ${UPNP} ${PCRE} ${IDNA_LIBRARIES} ${XATTR_LIBRARIES} ${HAIKU_LIB} ${Boost_LIBRARIES})
+${OPENSSL_LIBRARIES} ${GETTEXT_LIBRARIES} ${ICONV_LIBRARIES} ${WIN32_LIBS} ${APPLE_LIBS} ${LUA_LIBRARIES} ${UPNP} ${PCRE} ${IDNA_LIBRARIES} ${XATTR_LIBRARIES} ${HAIKU_LIB} ${Boost_LIBRARIES} -lboost_system)
 set_target_properties(dcpp PROPERTIES VERSION ${SOVERSION} OUTPUT_NAME "eiskaltdcpp")

 if (APPLE)
@tehnick
Copy link
Member

tehnick commented Sep 19, 2014

@tehnick tehnick closed this as completed Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants