aboutsummaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rwxr-xr-xrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules b/rules
index 45e7c5ec..c4f47073 100755
--- a/rules
+++ b/rules
@@ -5,7 +5,7 @@
# architecture-dependant package, as well as an architecture-independant
# package.
-CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC
+CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC -DCRACKLIB_DICT=CRACKLIB_DICTPATH
LDFLAGS := -Wl,-z,defs
ifeq (,$(findstring noopt, ${DEB_BUILD_OPTIONS}))