On Feb 06, Jakub Wilk <jwilk@xxxxxxxxxx> wrote: > AFAICS this is the code responsible for creating /lib/libfoo <-> > /usr/lib/libfoo symlinks (see include/buildmacros:79): > > if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \ > "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \ > ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a $(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \ > ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la $(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \ > ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so $(PKG_LIB_DIR)/$(LIBNAME).so; \ > fi Right. Nathan, this code path is not used on Red Hat and SuSE, which already implemented a merged /usr, and it has always been wrong on Debian: I think it should just be removed from the upstream package. Should I NMU? -- ciao, Marco
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs