Ticket #324 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.
