mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
mkpasswd: update the libowcrypt Makefile section
Distributions which have crypt_gensalt in libowcrypt now should define a HAVE_LIBOWCRYPT=1 Makefile variable.
This commit is contained in:
parent
44775cb342
commit
c1cb4b2ca0
9
Makefile
9
Makefile
@ -57,10 +57,11 @@ mkpasswd_LDADD += $(shell $(PKG_CONFIG) --libs libcrypt)
|
||||
else ifdef HAVE_XCRYPT
|
||||
DEFS += -DHAVE_XCRYPT_H -DHAVE_LINUX_CRYPT_GENSALT
|
||||
mkpasswd_LDADD += -lxcrypt
|
||||
ifdef HAVE_LINUX_CRYPT_GENSALT
|
||||
# owl and openSUSE have crypt_gensalt(3) in the libc's libcrypt
|
||||
DEFS += -DHAVE_LINUX_CRYPT_GENSALT
|
||||
endif
|
||||
else ifdef HAVE_LIBOWCRYPT
|
||||
# owl and openSUSE have crypt_gensalt(3) in libowcrypt
|
||||
DEFS += -DHAVE_LINUX_CRYPT_GENSALT -D_OW_SOURCE
|
||||
mkpasswd_LDADD += -lcrypt -lowcrypt
|
||||
else
|
||||
mkpasswd_LDADD += -lcrypt
|
||||
endif
|
||||
|
||||
|
||||
@ -40,7 +40,6 @@
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#ifdef HAVE_LINUX_CRYPT_GENSALT
|
||||
#define _OW_SOURCE
|
||||
#include <crypt.h>
|
||||
#endif
|
||||
#ifdef HAVE_GETTIMEOFDAY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user