mklibs: Fix mklibs usage when *.so files reside in subdirs
authorFelix Fietkau <nbd@openwrt.org>
Mon, 26 Aug 2013 17:31:27 +0000 (17:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 26 Aug 2013 17:31:27 +0000 (17:31 +0000)
commitf1d5d140eb5ca8eabecdcbba913b458e2ce5ba1f
tree3fcd6e8a1ad204c360beb8c507a61824ec6af9ac
parenta01fc31efe87e352cd372a13025fa0a832e642eb
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>
SVN-Revision: 37841
package/Makefile