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@
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
$OpenBSD: patch-plugins_nullout_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/nullout/Makefile.am.orig Thu Aug 9 23:48:29 2012
|
|
+++ plugins/nullout/Makefile.am Thu Aug 9 23:48:35 2012
|
|
@@ -2,6 +2,6 @@ if HAVE_NULLOUT
|
|
nulloutdir = $(libdir)/$(PACKAGE)
|
|
pkglib_LTLIBRARIES = nullout.la
|
|
nullout_la_SOURCES = nullout.c
|
|
-nullout_la_LDFLAGS = -module
|
|
+nullout_la_LDFLAGS = -module -avoid-version
|
|
AM_CFLAGS = $(CFLAGS) -std=c99
|
|
endif
|