[forge] 03/08: Force use of system dependencies via the USE_SYSTEM flags

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 4 20:59:32 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository forge.

commit 38ae0d4255618a7f7c1fb26d7725a7f4d2b0e859
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jan 4 11:34:52 2017 +0000

    Force use of system dependencies via the USE_SYSTEM flags
    
    Reason: fixes FTBFS during reproducible builds
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9c5bbdc..8321283 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 BUILD_OPTIONS = -DBUILD_EXAMPLES=OFF \
 		-DFG_INSTALL_CMAKE_DIR="lib/$(DEB_HOST_MULTIARCH)/cmake/Forge" \
 		-DFG_INSTALL_LIB_DIR="lib/$(DEB_HOST_MULTIARCH)" \
-		-DUSE_SYSTEM_GLBINDING=ON
+		-DUSE_SYSTEM_FREETYPE=ON \
+		-DUSE_SYSTEM_GLBINDING=ON \
+		-DUSE_SYSTEM_GLM=ON
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/forge.git



More information about the debian-science-commits mailing list