[Pkg-owncloud-commits] [owncloud-client] 67/89: Tru to get NE_LFS properly
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:38 UTC 2013
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 f5c46d481c1d9bc0bc727cabcf58a65e904ed3e8
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Dec 11 20:44:46 2013 +0100
Tru to get NE_LFS properly
The csync and mirall build system are slightly different so this might help
---
cmake/modules/FindNeon.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/modules/FindNeon.cmake b/cmake/modules/FindNeon.cmake
index 7d03e2c..a02f093 100644
--- a/cmake/modules/FindNeon.cmake
+++ b/cmake/modules/FindNeon.cmake
@@ -64,7 +64,7 @@ IF ( NEON_CONFIG_EXECUTABLE )
IF (LFS EQUAL 0)
MESSAGE(STATUS "libneon has been compiled with LFS support")
- SET(NEON_WITH_LFS 1 PARENT_SCOPE)
+ SET(NEON_WITH_LFS 1)
ELSE (LFS EQUAL 0)
MESSAGE(STATUS "libneon has not been compiled with LFS support, rely on OS")
ENDIF (LFS EQUAL 0)
--
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