http://oss.sgi.com/bugzilla/show_bug.cgi?id=430
Summary: dont symlink files if libdir and libexecdir are the same
Product: Linux XFS
Version: Current
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dmapi
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: vapier@xxxxxxxxxx
if you run configure with --libdir=/usr/lib and --libexecdir=/usr/lib, the build
scripts will install the .a, .la, and .so files into /usr/lib and then procede
to create symlinks at the same place thus clobbering the files (since the
assumption is that the runtime libdir and the dev libdir are different)
find attached a patch which disables symlink creation if PKG_LIB_DIR and
PKG_DEVLIB_DIR are equal
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|