]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-20080816-kpathsea-ar.patch
And some more new files
[packages/texlive.git] / texlive-20080816-kpathsea-ar.patch
1 --- texlive-20080816-source-orig/texk/kpathsea/Makefile.in      2008-05-29 22:59:08.000000000 +0200
2 +++ texlive-20080816-source/texk/kpathsea/Makefile.in   2008-12-14 12:45:30.000000000 +0100
3 @@ -40,7 +40,7 @@
4  .c.lo:
5         $(KPATHSEA_CC) $(ALL_CFLAGS) -DMAKE_KPSE_DLL -c $<
6  
7 -default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info manfiles
8 +default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info manfiles libar
9  
10  kpsewhich: $(kpathsea) kpsewhich.o
11         $(kpathsea_link) kpsewhich.o $(LOADLIBES)
12 @@ -57,6 +57,9 @@
13  $(kpathsea): $(objects)
14         $(kpathsea_link) -rpath $(libdir) -version-info @KPSE_LT_VERS@ $(objects)
15  
16 +libar: kpsewhich
17 +       $(AR) q .libs/libkpathsea.a .libs/libkpathsea.so.4.1.0
18 +
19  # First null out comments and leading/trailing whitespace, then remove
20  # lines that define invalid C identifiers, then remove blank lines and
21  # lines that define lowercase values (those are never path values). Each
This page took 0.044871 seconds and 3 git commands to generate.