File: find-jdns.patch

package info (click to toggle)
jreen 1.2.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,932 kB
  • sloc: cpp: 31,281; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: To find the correct qjdns a Qt-Suffix is necessary.
Author: Stefan Ahlers <stef.ahlers@t-online.de>
Last-Update: 2015-11-20
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@
         if(NOT LINUX)
                 find_package(PkgConfig)
         endif()
-        pkg_search_module(JDNS REQUIRED qjdns)
+        pkg_search_module(JDNS REQUIRED qjdns${QJDNS_SUFFIX})
         include_directories(${JDNS_INCLUDE_DIR})
         list(APPEND EXTRA_LIBS ${JDNS_LIBRARIES})
     else()