diff options
author | Jeremy Allison <jra@samba.org> | 2015-11-12 12:44:50 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-11-13 21:36:19 +0100 |
commit | 5327c6004997e6b3cf235a1a292cc8f2ea1ff698 (patch) | |
tree | 20a1a72ea5ab5879266664c45e36f165cf8bc4d7 /packaging | |
parent | e05d69f0ba26fbca7d558d22984fd9daa6ff27da (diff) | |
download | samba-5327c6004997e6b3cf235a1a292cc8f2ea1ff698.tar.gz |
s3: smbd: Remove --with-aio-support. We no longer would ever prefer POSIX-RT aio, use pthread_aio instead.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/RHEL-CTDB/configure.rpm | 1 | ||||
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index c36d4bdf285..a2d35ea01d6 100755 --- a/packaging/RHEL-CTDB/configure.rpm +++ b/packaging/RHEL-CTDB/configure.rpm @@ -62,7 +62,6 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \ --with-ctdb=/usr/include \ --without-ldb \ --without-dnsupdate \ - --with-aio-support \ --disable-external-libtalloc \ --disable-external-libtdb \ $* diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 0d8b5a6f474..6380158bec8 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -180,7 +180,6 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --with-ctdb=/usr/include \ --without-ldb \ --without-dnsupdate \ - --with-aio-support \ --disable-external-libtalloc \ --disable-external-libtdb @@ -428,7 +427,6 @@ exit 0 %{_libarchdir}/samba/vfs/tsmsm.so %endif %{_libarchdir}/samba/vfs/xattr_tdb.so -%{_libarchdir}/samba/vfs/aio_posix.so %{_libarchdir}/samba/vfs/aio_pthread.so %{_libarchdir}/samba/vfs/media_harmony.so |