sccomp/Library_solver.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit f66e86f302a4ab0d0862079bdab3b506733c897f
Author: Rene Engelhard <[email protected]>
Date:   Thu Nov 8 21:45:36 2012 +0100

    readd SYSTEM_LPSOLVE define in sccomp after gbuildification
    
    Change-Id: I3c6f160b7d19531df317d39723d1633ce58cccf9

diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index 52f99cc..a0db0d3 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.mk
@@ -41,6 +41,12 @@ $(eval $(call gb_Library_use_libraries,solver,\
        $(gb_UWINAPI) \
 ))
 
+ifeq ($(SYSTEM_LPSOLVE),YES)
+$(eval $(call gb_Library_add_defs,solver, \
+       -DSYSTEM_LPSOLVE \
+))
+endif
+
 $(eval $(call gb_Library_use_external,solver,lpsolve))
 
 $(eval $(call gb_Library_add_exception_objects,solver,\
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to