mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Run autoreconf before running configure
This commit is contained in:
parent
5bfd8d8888
commit
e557c696a4
@ -6,6 +6,7 @@ build:
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y build-essential pkg-config automake libsasl2-dev heimdal-multidev libssl-dev libltdl-dev groff-base unixodbc-dev libwiredtiger-dev libperl-dev
|
||||
- autoreconf
|
||||
- ./configure --enable-backends=mod --enable-overlays=mod --enable-modules --enable-dynamic --disable-ndb
|
||||
- make depend
|
||||
- make
|
||||
|
Loading…
Reference in New Issue
Block a user