[DO-973] harfbuzz package (!10)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/10
This commit is contained in:
20
recipes/libffi/all/patches/0002-3.3-fix-libtool-path.patch
Normal file
20
recipes/libffi/all/patches/0002-3.3-fix-libtool-path.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- configure
|
||||
+++ configure
|
||||
@@ -8964,7 +8964,7 @@
|
||||
LIBTOOL_DEPS=$ltmain
|
||||
|
||||
# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+LIBTOOL='$(SHELL) $(top_builddir)/libtool.sh'
|
||||
|
||||
|
||||
|
||||
@@ -9057,7 +9057,7 @@
|
||||
esac
|
||||
|
||||
# Global variables:
|
||||
-ofile=libtool
|
||||
+ofile=libtool.sh
|
||||
can_build_shared=yes
|
||||
|
||||
# All known linkers require a '.a' archive for static linking (except MSVC,
|
||||
Reference in New Issue
Block a user