Ticket #324 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

wrong shell variable for LIBICONV is used

Reported by: woglinde Assigned to: lennart
Priority: normal Milestone:
Component: build-system Severity: normal
Keywords: Cc:

Description

Hi,

compiling pulseaudio on uclibc and with libtool2 shows that, in src/Makefile.m the wrong variable for linking against libiconv is used. When using AM_ICONV in configure.ac the m4 macro provides two shell-variables $(LIBICONV) and $(LTLIBICONV). The later ist used when linking with libtool and because of you define libpulse.la and libpulse-simple.la as libtool-libs it should used in the _LIBADD-line of both libraries. The attached patch fixes this.

Bye Henning.

Attachments

libiconv.patch (1.2 kB) - added by woglinde on 07/20/08 23:11:17.

Change History

07/20/08 23:11:17 changed by woglinde

  • attachment libiconv.patch added.

07/30/08 17:19:03 changed by lennart

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r656d243

Thanks!