------------------------------------------------------------
revno: 2251
committer: Rene Engelhard <[email protected]>
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 via email to