Source: ebook-speaker
Version: 6.2.0-4
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

ebook-speaker fails to cross build from source, because it configures
the src/pactl subdirectory for the build architecture. Looking closer,
it actually configures that directory twice. The first time happens via
AC_CONFIG_SUBDIRS (for the host architecture as expected) and then
configure.ac also runs configure manually without relevant flags. I
propose removing this second configure step as AC_CONFIG_SUBDIRS already
does what is needed correctly. Once doing so, ebook-speaker cross builds
successfully. I'm attaching a patch for your convenience.

Helmut
--- ebook-speaker-6.2.0.orig/configure.ac
+++ ebook-speaker-6.2.0/configure.ac
@@ -59,11 +59,3 @@
 AC_PROG_LN_S
 AC_CONFIG_SUBDIRS([src/pactl])
 AC_OUTPUT                    
-
-dnl pulseaudio/pactl stuff
-
-echo
-echo "Configure pulseaudio/pactl..."
-echo
-
-(cd src/pactl && ./configure)

Reply via email to