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
549 B
Plaintext
13 lines
549 B
Plaintext
$OpenBSD: patch-plugins_shn_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/shn/Makefile.am.orig Thu Aug 9 23:49:23 2012
|
|
+++ plugins/shn/Makefile.am Thu Aug 9 23:49:29 2012
|
|
@@ -3,7 +3,7 @@ shndir = $(libdir)/$(PACKAGE)
|
|
pkglib_LTLIBRARIES = ddb_shn.la
|
|
ddb_shn_la_SOURCES = array.c convert.c misc.c output.c seek.c shn.c shn.h shorten.c shorten.h sulawalaw.c vario.c wave.c bitshift.h
|
|
|
|
-ddb_shn_la_LDFLAGS = -module
|
|
+ddb_shn_la_LDFLAGS = -module -avoid-version
|
|
|
|
ddb_shn_la_LIBADD = $(LDADD) -lm
|
|
AM_CFLAGS = $(CFLAGS) -std=c99
|