The Samba-Bugzilla – Attachment 7260 Details for
Bug 8723
Add pthread-based aio module to 3.6.3.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile fix?
look (text/plain), 742 bytes, created by
Christian Ambach
on 2012-01-27 14:01:42 UTC
(
hide
)
Description:
Makefile fix?
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2012-01-27 14:01:42 UTC
Size:
742 bytes
patch
obsolete
>diff --git a/source3/Makefile.in b/source3/Makefile.in >index ae40ff1..dc93c19 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -3038,9 +3038,9 @@ bin/aio_fork.@SHLIBEXT@: $(BINARY_PREREQS) >$(VFS_AIO_FORK_OBJ) > @echo "Building plugin $@" > @$(SHLD_MODULE) $(VFS_AIO_FORK_OBJ) > >-bin/aio_pthread.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_AIO_PTHREAD_OBJ) >+bin/aio_pthread.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_AIO_PTHREAD_OBJ) >lib/pthreadpool/pthreadpool.o > @echo "Building plugin $@" >- @$(SHLD_MODULE) $(VFS_AIO_PTHREAD_OBJ) >+ @$(SHLD_MODULE) $(VFS_AIO_PTHREAD_OBJ) lib/pthreadpool/pthreadpool.o >-lpthread > > bin/preopen.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_PREOPEN_OBJ) > @echo "Building plugin $@" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8723
:
7255
|
7256
|
7260
|
7261
|
7262