SOURCES: texlive-20080816-kpathsea-ar.patch (NEW) - create kpathsea/.libs/l...

uzsolt uzsolt at pld-linux.org
Sun Dec 14 12:47:24 CET 2008


Author: uzsolt                       Date: Sun Dec 14 11:47:23 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- create kpathsea/.libs/libkpathsea.a

---- Files affected:
SOURCES:
   texlive-20080816-kpathsea-ar.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/texlive-20080816-kpathsea-ar.patch
diff -u /dev/null SOURCES/texlive-20080816-kpathsea-ar.patch:1.1
--- /dev/null	Sun Dec 14 12:47:24 2008
+++ SOURCES/texlive-20080816-kpathsea-ar.patch	Sun Dec 14 12:47:18 2008
@@ -0,0 +1,21 @@
+--- texlive-20080816-source-orig/texk/kpathsea/Makefile.in	2008-05-29 22:59:08.000000000 +0200
++++ texlive-20080816-source/texk/kpathsea/Makefile.in	2008-12-14 12:45:30.000000000 +0100
+@@ -40,7 +40,7 @@
+ .c.lo:
+ 	$(KPATHSEA_CC) $(ALL_CFLAGS) -DMAKE_KPSE_DLL -c $<
+ 
+-default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info manfiles
++default all: kpsewhich kpsestat kpseaccess kpsereadlink $(library).info manfiles libar
+ 
+ kpsewhich: $(kpathsea) kpsewhich.o
+ 	$(kpathsea_link) kpsewhich.o $(LOADLIBES)
+@@ -57,6 +57,9 @@
+ $(kpathsea): $(objects)
+ 	$(kpathsea_link) -rpath $(libdir) -version-info @KPSE_LT_VERS@ $(objects)
+ 
++libar: .libs/libkpathsea.so
++	$(AR) q .libs/libkpathsea.a .libs/libkpathsea.so
++
+ # First null out comments and leading/trailing whitespace, then remove
+ # lines that define invalid C identifiers, then remove blank lines and
+ # lines that define lowercase values (those are never path values). Each
================================================================


More information about the pld-cvs-commit mailing list