[glfw3] 02/04: Use -Wl, --as-needed to prevent libwayland-server dependency

James Cowgill jcowgill at moszumanska.debian.org
Fri Jun 17 23:31:47 UTC 2016


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

jcowgill pushed a commit to branch wayland
in repository glfw3.

commit 7a73a4e8c536474d9bfd531dda6c6b52774b6910
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Jun 18 00:25:08 2016 +0100

    Use -Wl,--as-needed to prevent libwayland-server dependency
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 0e7bdee..12a82e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

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



More information about the Pkg-games-commits mailing list