This is an automated email from the git hooks/post-receive script. malat pushed a commit to branch master in repository charls.
commit 28621a77461966c1a2345a4ce516010c9582324e Author: Mathieu Malaterre <[email protected]> Date: Fri May 20 15:49:42 2016 +0200 Adapt to newer cmake build system --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 037c6e5..afcfcd7 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidd DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ - -Dcharls_BUILD_SHARED_LIBS:BOOL=ON \ + -DBUILD_SHARED_LIBS:BOOL=ON \ -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/charls.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
