mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:37:46 +00:00
LibC: Move crypt() and crypt_r() to the right header file
According to POSIX.1 these should be in <crypt.h>.
This commit is contained in:
parent
f05086a5d2
commit
ce77caf479
6 changed files with 35 additions and 9 deletions
|
@ -8,6 +8,8 @@ depends="zlib openssl"
|
|||
useconfigure=true
|
||||
configopts="--prefix=/usr/local --disable-utmp --disable-strip --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_INSTALL_ROOT}/usr/local/lib"
|
||||
|
||||
export LDFLAGS="-lcrypt -lcore"
|
||||
|
||||
pre_configure() {
|
||||
run autoreconf
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue