Skip to content

Commit

Permalink
Use a right compiler to fix cross compiling issues
Browse files Browse the repository at this point in the history
Patch from Debian bug #913545. Thanks to Helmut Grohne <helmut@subdivi.de>
  • Loading branch information
eribertomota committed Jan 21, 2019
1 parent 26fe8df commit 5aa7eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -46,7 +46,7 @@ extract: outguess
ln -sf outguess $@

$(JPEGDEP):
cd $(JPEGDIR); $(MAKE) -f makefile.ansi CFLAGS=-DHAVE_STDC_HEADERS libjpeg.a
$(MAKE) -C $(JPEGDIR) -f makefile.ansi 'CC=$(CC)' CFLAGS=-DHAVE_STDC_HEADERS libjpeg.a

install: all
$(INSTALL_PROG) -m 755 outguess $(install_prefix)$(bindir)
Expand Down

0 comments on commit 5aa7eb0

Please sign in to comment.