summaryrefslogtreecommitdiff
path: root/dev-perl/Acme-Damn/files/Acme-Damn-0.08-respect-cflags.patch
blob: 96f0c5d89c9d2b11b335fe82657ed568e8dd40f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From eaab413d6a3fc448e70c96ff808e48d61c55356f Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentfredric@gmail.com>
Date: Tue, 6 Dec 2016 05:15:12 +1300
Subject: [PATCH] Enable CFLAGS optimizations

---
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.PL b/Makefile.PL
index a26cf1c..4407861 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,6 +27,7 @@ WriteMakefile1(
     },
     'LIBS'         => ['']                                    ,
     'DEFINE'       => ''                                      ,
+    'OPTIMIZE'     => '$(CFLAGS)'                             ,
     'INC'          => '-I.'
 );
 
-- 
2.11.0.rc2