|
@@ -59,7 +59,7 @@ endef
|
|
#
|
|
#
|
|
define LIBTOOL_PATCH_HOOK
|
|
define LIBTOOL_PATCH_HOOK
|
|
@$(call MESSAGE,"Patching libtool")
|
|
@$(call MESSAGE,"Patching libtool")
|
|
- $(Q)for i in `find $($(PKG)_SRCDIR) -name ltmain.sh`; do \
|
|
|
|
|
|
+ $(Q)for i in `find $($(PKG)_DIR) -name ltmain.sh`; do \
|
|
ltmain_version=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $$i | \
|
|
ltmain_version=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $$i | \
|
|
sed -e 's/\([0-9]*\.[0-9]*\).*/\1/' -e 's/\"//'`; \
|
|
sed -e 's/\([0-9]*\.[0-9]*\).*/\1/' -e 's/\"//'`; \
|
|
ltmain_patchlevel=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $$i | \
|
|
ltmain_patchlevel=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $$i | \
|