mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b2a74726ee
This makes configure command consistent with spec file. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Mon Jun 30 11:23:18 CEST 2014 on sn-devel-104
11 lines
281 B
Plaintext
Executable File
11 lines
281 B
Plaintext
Executable File
|
|
CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
|
|
--builtin-libraries=replace,popt \
|
|
--bundled-libraries=!talloc,!tevent,!tdb \
|
|
--minimum-library-version=talloc:2.0.8,tdb:1.2.11,tevent:0.9.16 \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/man \
|
|
--localstatedir=/var \
|
|
$*
|