[packages/lpc10] add missing tag to libtool compile in shared patch

atler atler at pld-linux.org
Thu Jul 22 19:30:27 CEST 2021


commit d6ce80d3aa267b2cda386983f0834c6a93be40ec
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jul 22 19:29:35 2021 +0200

    add missing tag to libtool compile in shared patch

 lpc10-shared.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lpc10-shared.patch b/lpc10-shared.patch
index 01e1d42..65dc928 100644
--- a/lpc10-shared.patch
+++ b/lpc10-shared.patch
@@ -145,7 +145,7 @@
 +	libtool --mode=link --tag=CC $(CC) -o $(LIB) $^ -rpath $(LIBDIR) -lm
 +
 +%.lo : %.c
-+	libtool --mode=compile $(CC) $(CFLAGS) -o $@ -c $<
++	libtool --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
 +
 +install:
 +	install -d $(DESTDIR)$(LIBDIR)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lpc10.git/commitdiff/d6ce80d3aa267b2cda386983f0834c6a93be40ec



More information about the pld-cvs-commit mailing list