From 2099c3ced8d0a583d290e22a982370ca525861e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 11 May 2006 19:07:34 +0000 Subject: [PATCH] - pass --tag to libtool Changed files: apmd-libtool.patch -> 1.1 --- apmd-libtool.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apmd-libtool.patch diff --git a/apmd-libtool.patch b/apmd-libtool.patch new file mode 100644 index 0000000..b2be3ca --- /dev/null +++ b/apmd-libtool.patch @@ -0,0 +1,11 @@ +--- apmd-3.2.2.orig/Makefile~ 2006-05-11 22:03:27.125917365 +0300 ++++ apmd-3.2.2.orig/Makefile 2006-05-11 22:05:34.328770072 +0300 +@@ -58,7 +58,7 @@ + #CFLAGS=-O3 -m486 -fomit-frame-pointer + #LDFLAGS=-s + +-LIBTOOL=libtool --quiet ++LIBTOOL=libtool --quiet --tag=CC + LT_COMPILE = $(LIBTOOL) --mode=compile $(CC) + LT_LINK = $(LIBTOOL) --mode=link $(CC) + LT_INSTALL = $(LIBTOOL) --mode=install install -- 2.44.0