~ebourg/openjdk/icedtea-web

« back to all changes in this revision

Viewing changes to rules

  • Committer: Matthias Klose
  • Date: 2012-09-06 21:18:41 UTC
  • Revision ID: doko@ubuntu.com-20120906211841-8ofpnmfht091pplr
icedtea-web (1.3-2) unstable; urgency=high

  * Configure with --disable-docs (the developer docs aren't shipped
    anyway). Works around the build failure on s390.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 06 Sep 2012 23:03:51 +0200

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
CONFIGURE_ARGS = \
154
154
        --prefix=/usr \
155
 
        --with-pkgversion="$(PKGVERSION)"
 
155
        --with-pkgversion="$(PKGVERSION)" \
 
156
        --disable-docs
156
157
 
157
158
ifneq ($(with_plugin_pkg),yes)
158
159
  CONFIGURE_ARGS += --disable-plugin