diff --git a/libports/lib/mk/jbig2dec.mk b/libports/lib/mk/jbig2dec.mk index dcf35c633..bd350ff9c 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 569bb7aa0..b48e04fa1 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]} {