diff options
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index b57bca9e9..60fee9fd2 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -16,6 +16,8 @@ endef HOST_LIBTOOL_POST_INSTALL_HOOKS += HOST_LIBTOOL_CUSTOM_INSTALL +HOST_LIBTOOL_LIBTOOL_PATCH = NO + $(eval $(call AUTOTARGETS,package,libtool)) $(eval $(call AUTOTARGETS,package,libtool,host)) |