[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#764060: Update config.{guess,sub} to fix FTBFS on arm64



Source: ocaml-ladspa
Version: 0.1.4-1
Severity: normal
Tags: patch

ocaml-ladspa has failed to build on arm64 due to the old config.guess and
config.sub. Fix it by updating config.{guess,sub}.  The patch is attached
to this message.
diff -Nru ocaml-ladspa-0.1.4/debian/changelog ocaml-ladspa-0.1.4/debian/changelog
--- ocaml-ladspa-0.1.4/debian/changelog	2011-10-08 14:27:01.000000000 +0000
+++ ocaml-ladspa-0.1.4/debian/changelog	2014-10-05 06:46:32.000000000 +0000
@@ -1,3 +1,10 @@
+ocaml-ladspa (0.1.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update config.{guess,sub} to fix FTBFS on arm64.
+
+ -- Chen Baozi <baozich@gmail.com>  Sun, 05 Oct 2014 06:45:40 +0000
+
 ocaml-ladspa (0.1.4-1) unstable; urgency=low
 
   * New upstream release. 
diff -Nru ocaml-ladspa-0.1.4/debian/control ocaml-ladspa-0.1.4/debian/control
--- ocaml-ladspa-0.1.4/debian/control	2011-10-08 12:31:13.000000000 +0000
+++ ocaml-ladspa-0.1.4/debian/control	2014-10-05 06:45:34.000000000 +0000
@@ -5,6 +5,7 @@
 Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
 Build-Depends: cdbs (>= 0.4.85~),
  debhelper (>= 7.0.1),
+ autotools-dev,
  dh-buildinfo,
  ocaml-nox,
  dh-ocaml (>= 0.9), ladspa-sdk, ocaml-findlib (>= 1.2.4)
diff -Nru ocaml-ladspa-0.1.4/debian/rules ocaml-ladspa-0.1.4/debian/rules
--- ocaml-ladspa-0.1.4/debian/rules	2011-10-08 12:31:13.000000000 +0000
+++ ocaml-ladspa-0.1.4/debian/rules	2014-10-05 06:45:22.000000000 +0000
@@ -11,6 +11,10 @@
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 
+configure:
+	cp -f /usr/share/misc/config.sub .
+	cp -f /usr/share/misc/config.guess .
+
 build/libladspa-ocaml-dev::
 	mkdir -p $(DESTDIR)
 	make doc

Reply to: