[packages] jpeg: fix compilation with ccache, thanks swalker
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24583 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d9b75b85ce
commit
8d4519dbe4
11
libs/jpeg/patches/001-allow-ccache.patch
Normal file
11
libs/jpeg/patches/001-allow-ccache.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/makefile.cfg
|
||||
+++ b/makefile.cfg
|
||||
@@ -168,7 +168,7 @@ libjpeg.a: @A2K_DEPS@ $(LIBOBJECTS)
|
||||
|
||||
# with libtool:
|
||||
libjpeg.la: @A2K_DEPS@ $(LIBOBJECTS)
|
||||
- $(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
|
||||
+ $(LIBTOOL) --mode=link "$(CC)" -o libjpeg.la $(LIBOBJECTS) \
|
||||
-rpath $(libdir) -version-info $(JPEG_LIB_VERSION)
|
||||
|
||||
# sample programs:
|
Loading…
x
Reference in New Issue
Block a user