The following commit has been merged in the ubuntu-quantal-3.6 branch: commit 7c0c982f407cd3ecf159d8260ec4c0b8acb74533 Author: Bjoern Michaelsen <bjoern.michael...@canonical.com> Date: Thu Dec 15 15:54:55 2011 +0100
disable system lucene graphite libvisio lpsolve libcdr for now lp#938708: MIR lucene2 lp#938709: MIR libcmis lp#938582: MIR libexttextcat lp#938712: MIR sampleicc diff --git a/rules b/rules index 84a1a22..f58328b 100755 --- a/rules +++ b/rules @@ -489,6 +489,11 @@ ifeq "$(WHEEZY_BACKPORT)" "y" SYSTEM_STUFF := $(filter-out libcmis libcdr clucene, $(SYSTEM_STUFF)) endif +ifeq "$(DEB_VENDOR)" "Ubuntu" + # lucene has too heavy deps for main, internal copy does only build parts + SYSTEM_STUFF := $(filter-out graphite libcdr libvisio lpsolve lucene, $(SYSTEM_STUFF)) +endif + CONFIGURE_FLAGS += $(foreach i, $(SYSTEM_STUFF),--with-system-$(i)) CC_PREFIX:=$(shell gcc -dumpmachine)- -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sinyr-0005mg...@vasks.debian.org