mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
make-binaries: Don't build Linux-PAM examples
Building the examples shipped with Linux-PAM 1.5.3 fails with musl libc:
5374f677e4
This commit is contained in:
parent
11dc0c1774
commit
bf9b257eab
@ -624,7 +624,8 @@ build_deps()
|
|||||||
info "Building Linux-PAM $pam_vsn for $arch ..."
|
info "Building Linux-PAM $pam_vsn for $arch ..."
|
||||||
cd "$target_src_dir/$pam_dir"
|
cd "$target_src_dir/$pam_dir"
|
||||||
$configure --prefix="$prefix" --includedir="$prefix/include/security" \
|
$configure --prefix="$prefix" --includedir="$prefix/include/security" \
|
||||||
--enable-static --disable-shared --disable-doc --enable-db=no \
|
--enable-static --disable-shared --disable-doc --disable-examples \
|
||||||
|
--enable-db=no \
|
||||||
CFLAGS="$CFLAGS -O3 -fPIC"
|
CFLAGS="$CFLAGS -O3 -fPIC"
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user