http://bugs.winehq.com/show_bug.cgi?id=1548
Summary: wineserver does not kill itself with wineserver -k _FILE_OFFSET_BITS 64 Product: Wine Version: 20030618 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: gabriele.giorgetti@teamfab.it
This is the patch I have to apply to make wineserver work :
no_mmap64.patch:
diff -ur wine-20030408.orig/configure wine-20030408/configure --- wine-20030408.orig/configure Wed Apr 9 01:37:39 2003 +++ wine-20030408/configure Tue May 6 15:15:19 2003 @@ -10642,7 +10642,7 @@ } close(fd); fprintf(stderr,"success!\n"); - exit(0); + exit(1); }