[Pkg-gnupg-commit] [libgpg-error] 01/03: try to avoid embedding the build path

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Nov 7 01:24:39 UTC 2017


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

dkg pushed a commit to branch master
in repository libgpg-error.

commit 00c976f9947a5b00185aa1a36106be0133108228
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Nov 7 02:15:44 2017 +0100

    try to avoid embedding the build path
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ff4cdd5..1cc78ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_link:
 
 ### "arch-independent" Windows builds: ###
 
-WIN_FLAGS=LDFLAGS="-Xlinker --no-insert-timestamp" CFLAGS="-g -Os" CPPFLAGS=
+WIN_FLAGS=LDFLAGS="-Xlinker --no-insert-timestamp" CFLAGS="-g -Os -fdebug-prefix-map=$(shell pwd)=." CPPFLAGS=
 
 override_dh_auto_build-indep:
 	for cpu in i686 x86_64; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list