aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-24 15:21:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-24 15:21:41 -0700
commita92ada5c231eec57ac67699a14e9c1e91d314069 (patch)
tree316c666603d6f83e57725571d02b1ef7319efb62
parent46909658430cac37f313299fde0cb6e8023112c7 (diff)
downloadzxcvbn-c-a92ada5c231eec57ac67699a14e9c1e91d314069.tar.gz
fix 'all' target
-rw-r--r--debian/patches/targets-to-build-shlib.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/targets-to-build-shlib.patch b/debian/patches/targets-to-build-shlib.patch
index b118b1e..f5951bf 100644
--- a/debian/patches/targets-to-build-shlib.patch
+++ b/debian/patches/targets-to-build-shlib.patch
@@ -9,7 +9,7 @@ This patch adds targets to build a shared library, instead.
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/makefile b/makefile
-index 2b06881..abff060 100644
+index 2b06881..c438f1a 100644
--- a/makefile
+++ b/makefile
@@ -1,9 +1,24 @@
@@ -27,7 +27,7 @@ index 2b06881..abff060 100644
WORDS = words-10k-pass.txt words-english.txt words-female.txt words-male.txt words-surname.txt
-all: test-file test-inline test-c++inline test-c++file
-+all: test-file test-inline test-c++inline test-c++file ${TARGET_LIB}
++all: test-file test-inline test-c++inline test-c++file test-shlib
+
+test-shlib: test.c $(TARGET_LIB)
+ if [ ! -e libzxcvbn.so ]; then ln -s $(TARGET_LIB) libzxcvbn.so; fi