diff --git a/libports/lib/mk/jbig2dec.mk b/libports/lib/mk/jbig2dec.mk index dcf35c6336..bd350ff9ca 100644 --- a/libports/lib/mk/jbig2dec.mk +++ b/libports/lib/mk/jbig2dec.mk @@ -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) diff --git a/libports/run/mupdf.run b/libports/run/mupdf.run index 569bb7aa09..b48e04fa12 100644 --- a/libports/run/mupdf.run +++ b/libports/run/mupdf.run @@ -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]} {