Package: gupnp-ui
Version: 0.1.1-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmp8b36Ny
In Ubuntu, the attached patch was applied to fix the FTBFS:
* configure, configure.ac: add libgupnp libraries to LIBS in
order to solve FTBFS with ld --no-add-needed (LP: #749152)
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500,
'natty-proposed'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-10-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u gupnp-ui-0.1.1/debian/changelog gupnp-ui-0.1.1/debian/changelog
only in patch2:
unchanged:
--- gupnp-ui-0.1.1.orig/configure.ac
+++ gupnp-ui-0.1.1/configure.ac
@@ -10,7 +10,7 @@
AC_STDC_HEADERS
AC_PROG_LIBTOOL
-PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0)
+PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0, LIBS="$LIBS $LIBGUPNP_UI_LIBS")
PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
only in patch2:
unchanged:
--- gupnp-ui-0.1.1.orig/configure
+++ gupnp-ui-0.1.1/configure
@@ -20909,6 +20909,7 @@
else
LIBGUPNP_UI_CFLAGS=$pkg_cv_LIBGUPNP_UI_CFLAGS
LIBGUPNP_UI_LIBS=$pkg_cv_LIBGUPNP_UI_LIBS
+ LIBS="$LIBS $LIBGUPNP_UI_LIBS"
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
: