Merge branch 'org.openembedded.dev' of git@git.openembedded.net:/openembedded into...
[vuplus_openembedded] / packages / libcddb / libcddb-1.3.0-asneeded-nonglibc.patch
1 --- libcddb-1.3.0/lib/Makefile.am.old   2007-11-13 08:09:20 +0000
2 +++ libcddb-1.3.0/lib/Makefile.am       2007-11-13 08:09:41 +0000
3 @@ -5,4 +5,5 @@
4  libcddb_la_SOURCES = cddb_track.c cddb_disc.c cddb_regex.c cddb_error.c \
5                                          cddb_conn.c cddb_cmd.c cddb_net.c cddb_log.c cddb_util.c \
6                                          cddb.c cddb_site.c ll.c
7 -libcddb_la_LDFLAGS = -no-undefined -version-info 4:3:2 $(LIBICONV)
8 +libcddb_la_LDFLAGS = -no-undefined -version-info 4:3:2
9 +libcddb_la_LIBADD = $(LIBICONV)