[Pkg-e-commits] [SCM] Enlightenment DR17 advanced canvas library branch, master, updated. debian/0.9.9.042-2-97-gfec3cf3
Albin Tonnerre
albin.tonnerre at gmail.com
Wed May 21 18:28:29 UTC 2008
The following commit has been merged in the master branch:
commit fec3cf3da91910ecb069213eb5f83fb5b9b5761d
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Wed May 21 20:02:44 2008 +0200
Disable pthreads on hppa
diff --git a/debian/changelog b/debian/changelog
index a3ffdcf..d9b5af9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
evas (0.9.9.043-1) UNRELEASED; urgency=low
+ [ Jan Lübbe ]
* New upstream snapshot
* debian/rules:
- Docs are now prebuilt in the tarball
@@ -7,6 +8,9 @@ evas (0.9.9.043-1) UNRELEASED; urgency=low
- Depend on eet >= 1.0.1 (configure checks for the new version)
- Break long lines
+ [ Albin Tonnerre ]
+ * debian/rules: Disable pthreads on hppa
+
-- Jan Lübbe <jluebbe at debian.org> Tue, 20 May 2008 14:00:57 +0200
evas (0.9.9.042-2) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 50cbbb4..ac8d6eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,12 @@ install/libevas-doc::
#DEB_INSTALL_MANPAGES_libevas-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
DEB_DH_STRIP_ARGS := --dbg-package=libevas-dbg
+ifeq (hppa,$(DEB_HOST_ARCH))
+ pthreads=--disable-pthreads
+else
+ pthreads=--enable-pthreads
+endif
+
DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
--enable-fontconfig \
--enable-software-x11 \
@@ -55,5 +61,4 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-strict \
--enable-convert-32-rgb-rot-180 \
--enable-convert-32-rgb-rot-270 \
--enable-convert-32-rgb-rot-90 \
- --disable-rpath \
- --enable-pthreads
+ --disable-rpath $(pthreads)
--
Enlightenment DR17 advanced canvas library
More information about the Pkg-e-commits
mailing list