public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* library placement
@ 2008-12-30 12:26 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2008-12-30 12:26 UTC (permalink / raw)
  To: xfs; +Cc: Mike Frysinger, Nathan Scott


There's a three year old patch from Mike in bugzilla that stops
symlimking the libaries into two different directories if they
are in fact not actually different:

	http://oss.sgi.com/bugzilla/show_bug.cgi?id=430

After reviewing it again I don't see the point of having two copies
names for them.

The .so libraries should go into PKG_LIB_DIR (aka /lib in Debian) because
need them at runtime, potentially from tools outside of /usr.  The .a
and .la libraries are purely development ones and should go into
PKG_DEVLIB_DIR (aka /usr/lib in Debian) as we won't ever need them
while running programs.

Given that we're currently working on the xfsprogs 3.0.0 major release
this might be the time to make this change.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-30 12:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 12:26 library placement Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox