Skip to content

Commit

Permalink
extras/tools: libtool: rename/cleanup patches
Browse files Browse the repository at this point in the history
libtool-2.4.6-san.patch is not used anymore, and other libtool patches
have been rebased on top of libtool-2.4.7.
  • Loading branch information
alexandre-janniaux authored and jbkempf committed Apr 25, 2022
1 parent 327a070 commit c269209
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 36 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ EXTRA_DIST += \
extras/tools/bison-macOS-7df04f9.patch \
extras/tools/bison-macOS-c41f233c.patch \
extras/tools/cmake-enable-ALPN-support-on-macOS-10.14.patch \
extras/tools/libtool-2.4.6-bitcode.patch \
extras/tools/libtool-2.4.6-clang-libs.patch \
extras/tools/libtool-2.4.6-response-files.patch \
extras/tools/libtool-2.4.7-bitcode.patch \
extras/tools/libtool-2.4.7-clang-libs.patch \
extras/tools/libtool-2.4.7-response-files.patch \
extras/tools/ragel-6.8-javacodegen.patch

###############################################################################
Expand Down
28 changes: 0 additions & 28 deletions extras/tools/libtool-2.4.6-san.patch

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions extras/tools/tools.mak
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ libtool-$(LIBTOOL_VERSION).tar.gz:
libtool: libtool-$(LIBTOOL_VERSION).tar.gz
$(UNPACK)
(cd $(UNPACK_DIR) && chmod u+w build-aux/ltmain.sh)
$(APPLY) $(TOOLS)/libtool-2.4.6-bitcode.patch
$(APPLY) $(TOOLS)/libtool-2.4.6-clang-libs.patch
$(APPLY) $(TOOLS)/libtool-2.4.6-response-files.patch
$(APPLY) $(TOOLS)/libtool-2.4.6-lpthread.patch
$(APPLY) $(TOOLS)/libtool-2.4.6-embed-bitcode.patch
$(APPLY) $(TOOLS)/libtool-2.4.7-bitcode.patch
$(APPLY) $(TOOLS)/libtool-2.4.7-clang-libs.patch
$(APPLY) $(TOOLS)/libtool-2.4.7-response-files.patch
$(APPLY) $(TOOLS)/libtool-2.4.7-lpthread.patch
$(APPLY) $(TOOLS)/libtool-2.4.7-embed-bitcode.patch
$(MOVE)

.buildlibtool: libtool .automake .help2man
Expand Down

0 comments on commit c269209

Please sign in to comment.