]> git.pld-linux.org Git - packages/texlive.git/blame - texlive-20080816-kpathsea-ar.patch
And some more new files
[packages/texlive.git] / texlive-20080816-kpathsea-ar.patch
CommitLineData
47dfba82
ZU
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
2e6f1731
ZU
16+libar: kpsewhich
17+ $(AR) q .libs/libkpathsea.a .libs/libkpathsea.so.4.1.0
47dfba82
ZU
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.028983 seconds and 4 git commands to generate.