Fixing some problems in the libjpeg building process

new file:   ../../src/jpeg_files/jpeg_makefile.patch
	modified:   ../../tools/build-libjpeg.sh
This commit is contained in:
Toni Bagur 2013-07-12 14:31:01 +02:00
parent 5561d15db5
commit 443cce7076

View file

@ -0,0 +1,11 @@
--- Makefile 2013-07-12 14:23:38.000000000 +0200
+++ Makefile_new 2013-07-12 14:26:34.000000000 +0200
@@ -36,7 +36,7 @@
LDLIBS=
# If using GNU libtool, LIBTOOL references it; if not, LIBTOOL is empty.
-LIBTOOL = ./libtool
+LIBTOOL =
# $(O) expands to "lo" if using libtool, plain "o" if not.
# Similarly, $(A) expands to "la" or "a".
O = lo