mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
6a87c8d6a2
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
12 lines
351 B
Diff
12 lines
351 B
Diff
--- 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:
|