Phil Sutter dixit:

>This excludes ${WRKINST}/lib from being searched for possible files that
>should be removed from ${STAGING_DIR} if 'make clean' is run for the
>package. This caused problems with packages for parts of uclibc, e.g.
>libpthread. They just copy the needed libs from ${STAGING_DIR}, and if
>they are recorded as usual, these libs are removed from ${STAGING_DIR}
>at 'make clean', although they actually weren't built by the package.

Could you please add something like
        find lib -name lib\*.so.\* -o -name lib\*.a | if not empty warn

so that we can change packages that like to install to /lib
to install to /usr/lib instead.

bye,
//mirabile
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to