You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ccache/files/ccache-2.4-respectflags.patch

14 lines
403 B

Index: ccache-2.4/Makefile.in
===================================================================
--- ccache-2.4.orig/Makefile.in
+++ ccache-2.4/Makefile.in
@@ -20,7 +20,7 @@ all: ccache$(EXEEXT)
docs: ccache.1 web/ccache-man.html
ccache$(EXEEXT): $(OBJS) $(HEADERS)
- $(CC) $(CFLAGS) -o $@ $(OBJS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
ccache.1: ccache.yo
-yodl2man -o ccache.1 ccache.yo