Source: wicd-kde
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
User: peter.fritzs...@gmx.de
Usertags: no-add-needed
Version: 0.2.1-2
Severity: minor
Tags: patch

Fix FTBFS with ld --no-add-needed

Description: Fix FTBFS with --no-add-needed.
Author: Felix Geyer <debfx-...@fobos.de>

--- wicd-kde-0.2.1.orig/CMakeLists.txt
+++ wicd-kde-0.2.1/CMakeLists.txt
@@ -31,7 +31,7 @@ set(client_SRCS
 kde4_add_ui_files(client_SRCS profilemanager.ui)
 
 kde4_add_executable( wicd-kde ${client_SRCS} )
-target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} )
+target_link_libraries( wicd-kde ${KDE4_KDEUI_LIBS} ${QT_QTNETWORK_LIBRARY} )
 install( TARGETS wicd-kde  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 kde4_add_executable(wicdclient_scripts_helper  scriptshelper.cpp)

Reply via email to