random ai stuff
This commit is contained in:
1740
telldus-core/debian/patches/01_add_missing_doxyfile.patch
Normal file
1740
telldus-core/debian/patches/01_add_missing_doxyfile.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,46 @@
|
||||
Description: <short summary of the patch>
|
||||
TODO: Put a short summary on the line above and replace this paragraph
|
||||
with a longer explanation of this change. Complete the meta-information
|
||||
with other relevant fields (see below for details). To make it easier, the
|
||||
information below has been extracted from the changelog. Adjust it or drop
|
||||
it.
|
||||
.
|
||||
telldus-core (2.1.2-1) UNRELEASED; urgency=low
|
||||
.
|
||||
* Initial release (Closes: #xxxx)
|
||||
Author: Ruben Undheim <ruben.undheim@gmail.com>
|
||||
|
||||
---
|
||||
The information above should follow the Patch Tagging Guidelines, please
|
||||
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
|
||||
are templates for supplementary fields that you might want to add:
|
||||
|
||||
Origin: <vendor|upstream|other>, <url of original patch>
|
||||
Bug: <url in upstream bugtracker>
|
||||
Bug-Debian: http://bugs.debian.org/<bugnumber>
|
||||
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
|
||||
Forwarded: <no|not-needed|url proving that it has been forwarded>
|
||||
Reviewed-By: <name and email of someone who approved the patch>
|
||||
Last-Update: <YYYY-MM-DD>
|
||||
|
||||
--- telldus-core-2.1.2.orig/client/CMakeLists.txt
|
||||
+++ telldus-core-2.1.2/client/CMakeLists.txt
|
||||
@@ -21,8 +21,6 @@ SET( telldus-core_PUB_HDRS
|
||||
telldus-core.h
|
||||
)
|
||||
|
||||
-FIND_PACKAGE(Threads)
|
||||
-LIST(APPEND telldus-core_LIBRARIES ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
|
||||
|
||||
@@ -100,6 +98,9 @@ ENDIF ()
|
||||
|
||||
ADD_DEPENDENCIES(${telldus-core_TARGET} TelldusCommon)
|
||||
|
||||
+FIND_PACKAGE(Threads)
|
||||
+LIST(APPEND telldus-core_LIBRARIES ${CMAKE_THREAD_LIBS_INIT})
|
||||
+
|
||||
IF (UNIX)
|
||||
SET_TARGET_PROPERTIES( ${telldus-core_TARGET} PROPERTIES COMPILE_FLAGS "-fPIC -fvisibility=hidden")
|
||||
ENDIF (UNIX)
|
||||
2
telldus-core/debian/patches/series
Normal file
2
telldus-core/debian/patches/series
Normal file
@@ -0,0 +1,2 @@
|
||||
01_add_missing_doxyfile.patch
|
||||
02_fix_link_ordering_problem.patch
|
||||
Reference in New Issue
Block a user