2013-09-26 17:14:40 +02:00

18 lines
719 B
Plaintext

$NetBSD: patch-aa,v 1.4 2010/07/18 09:46:51 wiz Exp $
grant@:
don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
--- src/Makefile.in.orig 2004-11-29 03:42:18.000000000 +1100
+++ src/Makefile.in
@@ -190,7 +190,7 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_builddir)/include
lib_LTLIBRARIES = libmusepack.la
libmusepack_la_SOURCES = mpc_dec.cpp bitstream.cpp huffsv7.cpp stdafx.cpp synth_filter.cpp huffsv46.cpp idtag.cpp requant.cpp streaminfo.cpp
-libmusepack_la_LDFLAGS = -no-undefined -version-info 1:3:0
+libmusepack_la_LDFLAGS = -version-info 1:3:0
sample_SOURCES = sample.cpp
sample_LDADD = libmusepack.la
all: all-am