SOURCES: libjpeg-libtool.patch (NEW) - build with system libtool t...
glen
glen at pld-linux.org
Mon Oct 23 16:17:32 CEST 2006
Author: glen Date: Mon Oct 23 14:17:32 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build with system libtool that can work with CC containing spaces
---- Files affected:
SOURCES:
libjpeg-libtool.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/libjpeg-libtool.patch
diff -u /dev/null SOURCES/libjpeg-libtool.patch:1.1
--- /dev/null Mon Oct 23 16:17:32 2006
+++ SOURCES/libjpeg-libtool.patch Mon Oct 23 16:17:27 2006
@@ -0,0 +1,44 @@
+--- jpeg-6b/configure 1998-03-21 21:08:57.000000000 +0200
++++ jpeg-6b.libtool/configure 2006-10-23 17:03:19.529255759 +0300
+@@ -1529,10 +1529,10 @@
+
+ if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
+ USELIBTOOL="yes"
+- LIBTOOL="./libtool"
++ LIBTOOL="libtool"
+ O="lo"
+ A="la"
+- LN='$(LIBTOOL) --mode=link $(CC)'
++ LN='$(LIBTOOL) --tag=CC --mode=link $(CC)'
+ INSTALL_LIB='$(LIBTOOL) --mode=install ${INSTALL}'
+ INSTALL_PROGRAM="\$(LIBTOOL) --mode=install $INSTALL_PROGRAM"
+ else
+--- jpeg-6b/makefile.cfg 2006-10-23 17:04:59.081491199 +0300
++++ jpeg-6b.libtool/makefile.cfg 2006-10-23 17:04:27.360778917 +0300
+@@ -140,7 +140,7 @@
+
+ # How to compile with libtool.
+ @COM_LT at .c.lo:
+- at COM_LT@ $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $(srcdir)/$*.c
++ at COM_LT@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) -c $(srcdir)/$*.c
+
+ # How to use ansi2knr, when not using libtool.
+ @COM_A2K at .c.o:
+@@ -151,7 +151,7 @@
+ # How to use ansi2knr AND libtool.
+ @COM_A2K at .c.lo:
+ @COM_A2K@ ./ansi2knr $(srcdir)/$*.c knr/$*.c
+- at COM_A2K@ $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c knr/$*.c
++ at COM_A2K@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) -c knr/$*.c
+ @COM_A2K@ $(RM) knr/$*.c
+
+ ansi2knr: ansi2knr.c
+@@ -168,7 +168,7 @@
+
+ # with libtool:
+ libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS)
+- $(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
++ $(LIBTOOL) --tag=CC --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
+ -rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
+
+ # sample programs:
================================================================
More information about the pld-cvs-commit
mailing list