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)
commitf91d09cabb21d8f6011903174e2bafa3dc7f4f39
tree08b7a7d0c5c020d2d26de01d4140ece615cee2a3
parenteaa8cb7834a1f0bf86973cdb0bba53eef6517e92
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