diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-13 12:16:02 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-13 13:34:33 +0100 |
commit | f4908f9a2508e79a1e58fb6c08f602f4cbccb97d (patch) | |
tree | 08f28453c620dac300b8ceffe36987cc5e6d58f8 | |
parent | a18ce83f522b6fc3db3aff0b26b4a3a718082dba (diff) |
build debian packages with --without-xauth
As debian packages are only used for Maemo at the moment, configure --without-xauth as Maemo xserver doesnt require authentication.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 56375a7..fe31976 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ohm (0.1.1-2) experimental; urgency=low + + * build --without-xauth + + -- Rob Taylor <rob.taylor@codethink.co.uk> Wed, 12 Sep 2007 16:21:13 +0100 + ohm (0.1.1-1) sardine; urgency=low * Fix up build depends. diff --git a/debian/rules b/debian/rules index ec3f70a..514b0a6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_CONFIGURE_EXTRA_FLAGS := --with-xauth-dir=/user/home \ +DEB_CONFIGURE_EXTRA_FLAGS := --without-xauth \ --with-distro=debian \ --with-doc-dor=/usr/share/doc/ohm \ --with-html-dir=/usr/share/doc/ohm \ |