Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67564
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 44-53 Link Here
44
# If you want to use cracklib for password quality check then you
44
# If you want to use cracklib for password quality check then you
45
# must uncomment the folowing 4 lines (you must not do this for WIN32)
45
# must uncomment the folowing 4 lines (you must not do this for WIN32)
46
#
46
#
47
#CRACKLIB_DICTPATH = "/usr/local/lib/pw_dict"
47
CRACKLIB_DICTPATH = "/usr/lib/cracklib_dict"
48
#STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib
48
STANDALONE_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}'
49
#CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}' -I/usr/local/include -L/usr/local/lib
49
CLISERV_OPTIONS += -DAPG_USE_CRACKLIB '-DCRACKLIB_DICTPATH=${CRACKLIB_DICTPATH}'
50
#APG_CLIBS += -lcrack
50
APG_CLIBS += -lcrack
51
51
52
##################################################################
52
##################################################################
53
# Support for ANSI X9.17/SHA1 PRNG
53
# Support for ANSI X9.17/SHA1 PRNG

Return to bug 67564