pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
stagit: remove hardcoded optimization (-O2) flag.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Sun May 26 16:51:45 2019 +0200
Changeset: 67e0aa61fa35a1173a94cf60dd2df9c4a2ce99c8
Modified Files:
stagit/Makefile
Log Message:
stagit: remove hardcoded optimization (-O2) flag.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=67e0aa61fa35a1173a94cf60dd2df9c4a2ce99c8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stagit/Makefile | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/stagit/Makefile b/stagit/Makefile
index 5f4c89e131..b7954f09b0 100644
--- a/stagit/Makefile
+++ b/stagit/Makefile
@@ -16,6 +16,7 @@ SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Fixing config.mk
SUBST_FILES.makefile= config.mk
+SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
Home |
Main Index |
Thread Index |
Old Index