On Wed, 2006-09-06 at 14:03 +0400, unDEFER wrote: > Hello! > I want to use JFS library (and headers) in the buils_jfs (like build_e2fs > and build_xfs for http://anyfs-tools.sf.net project), but it doesn't > install to the system with the jfsutils package.
The only library in jfsutils is statically linked to the utilities. There is no general-purpose library. > So I can copy the code of this to my package, but it is not good. The on-disk format is unlikely to change, so using a copy of the code is probably okay (jfsutils and anyfs-tools are both GPL). It's not the cleanest solution though. > I want to do feature request to adding installing JFS library and headers > to the system. Is this just a packaging request? That is, are the library and header files useful as-is, or are there any particular functions that you need? It would make sense for the library and headers to be a separate package, probably jfsutils-devel. I accept patches. :-) Thanks, Shaggy -- David Kleikamp IBM Linux Technology Center ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jfs-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jfs-discussion
