mirror of https://github.com/BOINC/boinc.git
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
This commit is contained in:
parent
d6f981253b
commit
6f661dd20d
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue