$OpenBSD: patch-plugins_lastfm_Makefile_am,v 1.2 2014/02/07 22:20:13 dcoppa Exp $
--- plugins/lastfm/Makefile.am.orig	Sun Jan 26 21:31:41 2014
+++ plugins/lastfm/Makefile.am	Fri Feb  7 21:57:31 2014
@@ -2,7 +2,7 @@ if HAVE_LASTFM
 lastfmdir = $(libdir)/$(PACKAGE)
 pkglib_LTLIBRARIES = lastfm.la
 lastfm_la_SOURCES = lastfm.c
-lastfm_la_LDFLAGS = -module
+lastfm_la_LDFLAGS = -module -avoid-version
 
 lastfm_la_LIBADD = $(LDADD) $(CURL_LIBS)
 AM_CFLAGS = -std=c99 $(CURL_CFLAGS)
