[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/libreoffice/3.3.0/experimental r2251: with-helppack-integration is default now



------------------------------------------------------------
revno: 2251
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sun 2010-12-19 15:39:48 +0100
message:
  with-helppack-integration is default now
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-12-19 12:10:41 +0000
+++ b/rules	2010-12-19 14:39:48 +0000
@@ -333,8 +333,7 @@
 		--with-system-dicts \
 		--with-additional-sections="$(ADDITIONAL_SECTIONS)" \
 		--enable-broffice \
-		--with-extension-integration \
-		--with-helppack-integration
+		--with-extension-integration
 
 ifeq "$(USE_SOURCE_TARBALLS)" "y"
   CONFIGURE_FLAGS += --without-git
@@ -1329,6 +1328,10 @@
 	CONFIGURE_FLAGS += --with-system-neon
 endif
 
+ifeq "$(HELPISOS)" ""
+	CONFIGURE_FLAGS += --without-helppack-integration
+endif
+
 ifeq "$(USE_SYSTEM_REDLAND)" "y"
 	BUILD_DEPS += , librdf0-dev (>= 1.0.8)
 	CONFIGURE_FLAGS += --with-system-redland


Reply to: