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] compile perl with -O2 on DragonFly BSD #17132

Closed
p5pRT opened this issue Aug 18, 2019 · 7 comments
Closed

[PATCH] compile perl with -O2 on DragonFly BSD #17132

p5pRT opened this issue Aug 18, 2019 · 7 comments
Labels

Comments

@p5pRT
Copy link

p5pRT commented Aug 18, 2019

Migrated from rt.perl.org#134372 (status was 'pending release')

Searchable as RT134372$

@p5pRT
Copy link
Author

p5pRT commented Aug 18, 2019

From @xenu

The patch will be posted in a reply.

perl # circumvent perlbug's spamfilter

@p5pRT
Copy link
Author

p5pRT commented Aug 18, 2019

From @xenu

On Sat, 17 Aug 2019 20​:06​:30 -0700
"Tomasz Konojacki \(via RT\)" <perlbug-followup@​perl.org> wrote​:

# New Ticket Created by Tomasz Konojacki
# Please include the string​: [perl #134372]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl5/Ticket/Display.html?id=134372 >

The patch will be posted in a reply.

perl # circumvent perlbug's spamfilter

And here it is.

@p5pRT
Copy link
Author

p5pRT commented Aug 18, 2019

From @xenu

0001-compile-perl-with-O2-on-DragonFly-BSD.patch
From ec1ac462fee0332e56c101a94d1df2e958314fa2 Mon Sep 17 00:00:00 2001
From: Tomasz Konojacki <me@xenu.pl>
Date: Sun, 18 Aug 2019 04:54:53 +0200
Subject: [PATCH] compile perl with -O2 on DragonFly BSD

[perl #134372]
---
 hints/dragonfly.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hints/dragonfly.sh b/hints/dragonfly.sh
index 8966aef8ef..7d0cbd7c88 100644
--- a/hints/dragonfly.sh
+++ b/hints/dragonfly.sh
@@ -77,3 +77,5 @@ EOCBU
 case "$usemallocwrap" in
 '') usemallocwrap='define' ;;
 esac
+
+test "$optimize" || optimize='-O2'
-- 
2.21.0

@p5pRT
Copy link
Author

p5pRT commented Aug 20, 2019

From @khwilliamson

On 8/17/19 9​:08 PM, Tomasz Konojacki wrote​:

On Sat, 17 Aug 2019 20​:06​:30 -0700
"Tomasz Konojacki \(via RT\)" <perlbug-followup@​perl.org> wrote​:

# New Ticket Created by Tomasz Konojacki
# Please include the string​: [perl #134372]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl5/Ticket/Display.html?id=134372 >

The patch will be posted in a reply.

perl # circumvent perlbug's spamfilter

And here it is.

Is there a reason not to apply this patch?

@p5pRT
Copy link
Author

p5pRT commented Aug 20, 2019

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

@p5pRT
Copy link
Author

p5pRT commented Aug 26, 2019

From @khwilliamson

Having heard no objections, this has been applied as
1415b48
--
Karl Williamson

@p5pRT
Copy link
Author

p5pRT commented Aug 26, 2019

@khwilliamson - Status changed from 'open' to 'pending release'

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

No branches or pull requests

1 participant