CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libjpeg: added missing patch file
authorJose V Beneyto <sepen@crux.nu>
Mon, 21 Dec 2009 11:24:43 +0000 (12:24 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 21 Dec 2009 11:24:43 +0000 (12:24 +0100)
libjpeg/libjpeg-6b.cross_compile.patch [new file with mode: 0644]

diff --git a/libjpeg/libjpeg-6b.cross_compile.patch b/libjpeg/libjpeg-6b.cross_compile.patch
new file mode 100644 (file)
index 0000000..73fc09b
--- /dev/null
@@ -0,0 +1,12 @@
+diff -purN jpeg-6b.orig/configure jpeg-6b/configure
+--- jpeg-6b.orig/configure     2009-10-22 15:48:35.000000000 +0200
++++ jpeg-6b/configure  2009-10-22 22:26:41.000000000 +0200
+@@ -1559,7 +1559,7 @@ if test $USELIBTOOL = yes; then
+   if test "x$LTSTATIC" = xno; then
+     disable_static="--disable-static"
+   fi
+-  $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
++  $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh i386-pc-linux-gnu
+ fi
+ # Select memory manager depending on user input.