Ticket #324 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

wrong shell variable for LIBICONV is used

Reported by: woglinde Owned by: lennart
Milestone: Component: build-system
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 2 years ago.

Change History

Changed 2 years ago by woglinde

Changed 2 years ago by lennart

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

Fixed in r656d243

Thanks!

Note: See TracTickets for help on using tickets.