Build jbig2dec as shared library, fix mupdf.run

This commit is contained in:
Norman Feske 2012-02-24 13:39:23 +01:00
parent 7c98268901
commit 0bf0b31c54
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,6 @@ CC_OPT += -DHAVE_STRING_H -DHAVE_STDINT_H
# disable warning noise for contrib code
CC_WARN = -Wno-deprecated-declarations
SHARED_LIB = yes
vpath %.c $(JBIG2DEC_DIR)

View File

@ -72,7 +72,7 @@ install_config $config
#
if {![file exist bin/test.pdf]} {
set pdf_url "http://genode-labs.com/publications/genode-fpga-graphics-2009.pdf"
catch { exec wget $pdf_url -O bin/test.pdf] }
catch { exec wget $pdf_url -O bin/test.pdf }
}
if {![file exist bin/test.pdf]} {