After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 127115 - --with-included-filesystem static compile
--with-included-filesystem static compile
Status: RESOLVED DUPLICATE of bug 47053
Product: gnome-vfs
Classification: Deprecated
Component: Build
cvs (head)
Other All
: Normal enhancement
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-16 15:57 UTC by Jan Kratochvil
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch implementing the feature (36.91 KB, patch)
2003-11-16 15:58 UTC, Jan Kratochvil
none Details | Review

Description Jan Kratochvil 2003-11-16 15:57:32 UTC
Static inclusion of filesystem modules to the main libgnomevfs-2.
Used for fully static GNU/Linux distribution independent binaries.
It may be also useful for Gnome OS based embedded network devices.
Patch based on --with-included-modules of Pango and inspired by
--disable-modules/--with-included-loaders of GTK+.

Name of the included filesystem is assumed to be both its own 'module name'
and 'method name' to prevent the dependency on GnomeVFS configuration files
(prevented by Bug # 127114).
'module name'->'method name' assumption is not the case for the regular .so
modules.
Comment 1 Jan Kratochvil 2003-11-16 15:58:06 UTC
Created attachment 21500 [details] [review]
Patch implementing the feature
Comment 2 Jan Kratochvil 2003-11-16 16:26:59 UTC

*** This bug has been marked as a duplicate of 47053 ***