From 6f661dd20d2c4fe920034a79653092478a0ec2d1 Mon Sep 17 00:00:00 2001 From: gombasg Date: Tue, 4 Apr 2006 13:13:30 +0000 Subject: [PATCH] Do not pass --host to configure git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@410 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dcapi/debian/rules b/dcapi/debian/rules index d7c7a769ef..1dc3bcd618 100755 --- a/dcapi/debian/rules +++ b/dcapi/debian/rules @@ -8,9 +8,6 @@ # This is the debhelper compatibility version to use. export DH_COMPAT=4 -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -30,7 +27,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. # autoreconf - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + ./configure --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --disable-maintainer-mode \ CFLAGS="$(CFLAGS)"