"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/CCache/debian/patches/09_respect_ldflags.diff" (30 Nov 2022, 350 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Diff source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 --- Makefile.in.orig    2008-03-23 17:01:19.000000000 +1300
    2 +++ Makefile.in 2008-03-23 17:03:03.000000000 +1300
    3 @@ -21,7 +21,7 @@
    4  docs: ccache.1 web/ccache-man.html
    5  
    6  ccache$(EXEEXT): $(OBJS) $(HEADERS)
    7 -   $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
    8 +   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
    9  
   10  ccache.1: ccache.yo
   11     -yodl2man -o ccache.1 ccache.yo