Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Make hints/gnu.sh append to $ccflags rather than overriding them #11413

Closed
p5pRT opened this issue Jun 5, 2011 · 5 comments
Closed

Comments

@p5pRT
Copy link

p5pRT commented Jun 5, 2011

Migrated from rt.perl.org#92244 (status was 'resolved')

Searchable as RT92244$

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

From @jmdh

This issue was originally reported at
<http​://bugs.debian.org/587901>. The patch fixes @​INC breakage and
other problems building perl on Debian/Hurd.

--
Dominic Hargreaves | http​://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

From @jmdh

0001-Make-hints-gnu.sh-append-to-ccflags-rather-than-over.patch
From 975b11e860fd8ca61cc0e9de7586aad48ed1ebaf Mon Sep 17 00:00:00 2001
From: Samuel Thibault <sthibault@debian.org>
Date: Wed, 4 Aug 2010 13:34:05 +0300
Subject: [PATCH] Make hints/gnu.sh append to $ccflags rather than overriding them

Bug-Debian: http://bugs.debian.org/587901

Don't override possible extra $ccflags values given to Configure
on GNU/Hurd.
---
 hints/gnu.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hints/gnu.sh b/hints/gnu.sh
index 2cfce54..c1ba2db 100644
--- a/hints/gnu.sh
+++ b/hints/gnu.sh
@@ -19,7 +19,7 @@ lddlflags='-shared'
 ccdlflags='-Wl,-E'
 
 # Debian bug #258618
-ccflags='-D_GNU_SOURCE'
+ccflags="-D_GNU_SOURCE $ccflags"
 
 # The following routines are only available as stubs in GNU libc.
 # XXX remove this once metaconf detects the GNU libc stubs.
-- 
1.7.2.5

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

From @cpansprout

On Sun Jun 05 08​:35​:22 2011, dom wrote​:

This issue was originally reported at
<http​://bugs.debian.org/587901>. The patch fixes @​INC breakage and
other problems building perl on Debian/Hurd.

Thank you. Applied as a190e64.

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jun 5, 2011

@cpansprout - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant