[Libreoffice-commits] .: sccomp/Library_solver.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 13:54:33 PST 2012


 sccomp/Library_solver.mk |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit b0050ee6da42d0ce02d58d8dc901f9ab11536906
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Thu Nov 8 16:53:54 2012 -0500

    Revert "readd SYSTEM_LPSOLVE define in sccomp after gbuildification"
    
    Should be handled by lpsolve external
    
    This reverts commit f66e86f302a4ab0d0862079bdab3b506733c897f.

diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index a0db0d3..52f99cc 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.mk
@@ -41,12 +41,6 @@ $(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,\


More information about the Libreoffice-commits mailing list