GNOME Bugzilla – Bug 568260
file-roller installs static libraries by default (for nautilus extension)
Last modified: 2009-01-19 10:43:21 UTC
file-roller currently creates and installs static libraries by default, but the only static library it has is a nautilus extension, which probably gets dynamically opened by nautilus. In other words - it is technically not possible to make use of that static library in the first place, so it shouldn't be installed by default. As there are no other libraries to consider with right now, a simple AM_DISABLE_STATIC in configure.ac should do the trick. CCing Gentoo GNOME team, so we can know when we can remove the --disable-static :)
fixed in trunk, thanks.