Hello,
as cpu 1.4.3-10 also failed to build in Ubuntu with the same reason as
in Debian, here is the patch I applied to the package to get it
successfully build. Hope it helps.
Regards,
Michael
diff -u cpu-1.4.3/debian/rules cpu-1.4.3/debian/rules
--- cpu-1.4.3/debian/rules
+++ cpu-1.4.3/debian/rules
@@ -26,9 +26,8 @@
config.status: configure
dh_testdir
- export CFLAGS
# Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--datadir=\$${prefix}/share/doc/cpu \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]