[Pkg-owncloud-commits] [owncloud-client] 56/70: NSIS: add libwinpthread dependency

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9ca82ba14d756f3b857eea576f0f2d5a86b072c3
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Jun 20 14:58:05 2014 +0200

    NSIS: add libwinpthread dependency
---
 cmake/modules/NSIS.template.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 8c9c5dc..667a6c3 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -448,6 +448,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    ;MinGW stuff
    File "${MING_BIN}\libgcc_s_sjlj-1.dll"
    File "${MING_BIN}\libstdc++-6.dll"
+   File "${MING_BIN}\libwinpthread-1.dll"
 
    ; CSync configs
    File "${SOURCE_PATH}/sync-exclude.lst"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list