summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-04 18:17:20 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-04 18:17:20 +0000
commit04f5017df9827e1bc4cd66df38346e411c0c1b82 (patch)
tree95c1d8a3f6bef24dffac5102a4d0d14193477f6a /debian/rules
parenta251dc779c6eaf0d29b126b02877fc10838aaec0 (diff)
parentc4ca0e127e4c3407df8268ec6320576f98c83567 (diff)
downloadxine-lib-04f5017df9827e1bc4cd66df38346e411c0c1b82.tar.gz
xine-lib-04f5017df9827e1bc4cd66df38346e411c0c1b82.tar.bz2
Merge from 1.1.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b2894e584..fffb497e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,10 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS)))
endif
# --mandir - remove after etch released (autoconf >= 2.59c gets it right)
-CONFIGURE_FLAGS := --prefix=/usr \
+CONFIGURE_FLAGS := \
+ --build $(DEB_BUILD_GNU_TYPE) \
+ --host $(DEB_HOST_GNU_TYPE) \
+ --prefix=/usr \
--with-external-libmad \
--with-external-a52dec \
--with-external-libdts \