aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/patches/conditionally-define-CFLAGS.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/conditionally-define-CFLAGS.patch')
-rw-r--r--debian/patches/conditionally-define-CFLAGS.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/conditionally-define-CFLAGS.patch b/debian/patches/conditionally-define-CFLAGS.patch
deleted file mode 100644
index ae9dde6..0000000
--- a/debian/patches/conditionally-define-CFLAGS.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Sean Whitton <spwhitton@spwhitton.name>
-Date: Sat, 24 Sep 2016 07:45:04 -0700
-Subject: conditionally define CFLAGS
-
-So Debian CFLAGS take precedence.
-
-Forwarded: https://github.com/tsyrogit/zxcvbn-c/pull/7
----
- makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/makefile b/makefile
-index fa234c1..ca5c352 100644
---- a/makefile
-+++ b/makefile
-@@ -1,5 +1,5 @@
--CFLAGS = -O2 -Wall -Wextra -Wdeclaration-after-statement
--CPPFLAGS = -O2 -Wall -Wextra
-+CFLAGS ?= -O2 -Wall -Wextra -Wdeclaration-after-statement
-+CPPFLAGS ?= -O2 -Wall -Wextra
-
- WORDS = words-10k-pass.txt words-english.txt words-female.txt words-male.txt words-surname.txt
-