View | Details | Raw Unified | Return to bug 207073 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-sdext_source_pdfimport_makefile.mk (+11 lines)
Line 0 Link Here
1
--- sdext/source/pdfimport/makefile.mk.orig	2014-09-19 18:16:25 UTC
2
+++ sdext/source/pdfimport/makefile.mk
3
@@ -68,7 +68,7 @@ SHL1STDLIBS=\
4
     $(CPPUHELPERLIB)	\
5
 	$(ZLIB3RDLIB)	    \
6
 	$(CPPULIB)			\
7
-	$(SALLIB)
8
+	$(SALLIB) -lboost_system
9
 
10
 .IF "$(GUI)" == "UNX"
11
     SHL1STDLIBS+=-lbasegfx_s

Return to bug 207073