blob: b726c5055939793823b879224a1c00cda33fc246 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
From: Slawomir Nizio <slawomir.nizio@sabayon.org>
Date: Tue May 29 11:52:00 UTC 2012
Subject: build system
fix underlinking wrt https://bugs.gentoo.org/show_bug.cgi?id=418121
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -171,6 +171,7 @@
${GTK_LIBRARIES}
${LIBSOUP_LIBRARIES}
hardinfo-shell
+ m
)
target_link_libraries(hardinfo-shell
hardinfo-help-viewer
|