From 438e1e603629ec67b44bc5b626b74a5b6b9dcc98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 7 Jan 2006 00:36:51 +0000 Subject: [PATCH] - tag=CC for libtool to be able to use ccache/distcc Changed files: tcp_wrappers-libtool.patch -> 1.1 --- tcp_wrappers-libtool.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcp_wrappers-libtool.patch diff --git a/tcp_wrappers-libtool.patch b/tcp_wrappers-libtool.patch new file mode 100644 index 0000000..3ecf38f --- /dev/null +++ b/tcp_wrappers-libtool.patch @@ -0,0 +1,11 @@ +--- tcp_wrappers_7.6/Makefile~ 2006-01-07 02:31:42.000000000 +0200 ++++ tcp_wrappers_7.6/Makefile 2006-01-07 02:32:05.000000000 +0200 +@@ -381,7 +381,7 @@ + NETGROUP= TLI= all + + ############################################################### +-LIBTOOL = libtool ++LIBTOOL = libtool --tag=CC + PREFIX = /usr/local + LIBDIR = $(PREFIX)/lib + ############################################################### -- 2.44.0