mklibs: Fix mklibs usage when *.so files reside in subdirs
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Aug 2013 17:31:27 +0000 (17:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 26 Aug 2013 17:31:27 +0000 (17:31 +0000)
commit77d0e47e4ad03ccf4b252c206ed6e3803a3d569e
tree3fcd6e8a1ad204c360beb8c507a61824ec6af9ac
parent05d91b69420694c9d9910c5a11994e5fd5648ab1
mklibs: Fix mklibs usage when *.so files reside in subdirs

Currently package/Makefile only passes /lib /usr/lib and /usr/lib/ebtables
to mklibs. However, other libs can also reside in different subdirectories
(in my case /usr/lib/ipsec). Hence, create the list of library directories
dynamically.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37841 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/Makefile