[arch-commits] Commit in hashcat/trunk (fix-make-flags.patch)

Levente Polyak anthraxx at archlinux.org
Sun Jan 8 04:02:45 UTC 2017


    Date: Sunday, January 8, 2017 @ 04:02:44
  Author: anthraxx
Revision: 206071

upgpkg: hashcat 3.30-1 (remove insure rpath)

Deleted:
  hashcat/trunk/fix-make-flags.patch

----------------------+
 fix-make-flags.patch |   40 ----------------------------------------
 1 file changed, 40 deletions(-)

Deleted: fix-make-flags.patch
===================================================================
--- fix-make-flags.patch	2017-01-08 04:00:37 UTC (rev 206070)
+++ fix-make-flags.patch	2017-01-08 04:02:44 UTC (rev 206071)
@@ -1,40 +0,0 @@
-From 62fc436a4f2b1ed3adbab920cf3b1572a5c53e9b Mon Sep 17 00:00:00 2001
-From: anthraxx <levente at leventepolyak.net>
-Date: Tue, 6 Dec 2016 20:39:04 +0100
-Subject: [PATCH] extend global CFLAGS and LDFLAGS to aid distro packaging
-
-This preserves globally defined CFLAGS and LDFLAGS and simply
-extends those variables to aid distro based packaging toolchains
-and predefined distro wide defaults like SSP, relro etc.
-
-this re-fixes 7f8aaf74302816d03fbff62dab5c987d498acdde after it was
-somehow undone ;)
----
- src/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 308ad41..e7d8307 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -101,7 +101,7 @@ BINARY_NATIVE           := $(PROG_NAME)
- ## General compiler and linker options
- ##
- 
--CFLAGS                  := -pipe -std=c99 -Iinclude/ -IOpenCL/
-+CFLAGS                  += -pipe -std=c99 -Iinclude/ -IOpenCL/
- CFLAGS                  += -W
- CFLAGS                  += -Wall
- CFLAGS                  += -Wextra
-@@ -137,7 +137,7 @@ CFLAGS                  += -ftrapv
- 
- #CFLAGS                  += -Wstack-usage=524288
- 
--LFLAGS                  :=
-+LFLAGS                  := $(LDFLAGS)
- 
- ifndef DEBUG
- CFLAGS                  += -O2
--- 
-2.10.2
-



More information about the arch-commits mailing list