92009531de
* add @comment for the libtool la files corresponding to modules * fix RUN_DEPENDS * add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS * remove post-install hack, add the -avoid-version libtool option in the corresponding Makefile(s). ok aja@, dcoppa@
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
$OpenBSD: patch-plugins_tta_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/tta/Makefile.am.orig Thu Aug 9 23:50:07 2012
|
|
+++ plugins/tta/Makefile.am Thu Aug 9 23:50:14 2012
|
|
@@ -7,7 +7,7 @@ pkglib_LTLIBRARIES = tta.la
|
|
|
|
tta_la_SOURCES = ttaplug.c filter.h ttadec.c ttadec.h
|
|
|
|
-tta_la_LDFLAGS = -module
|
|
+tta_la_LDFLAGS = -module -avoid-version
|
|
|
|
AM_CFLAGS = $(CFLAGS) -std=c99 -fPIC
|
|
endif
|