* 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
496 B
Plaintext
13 lines
496 B
Plaintext
$OpenBSD: patch-plugins_notify_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/notify/Makefile.am.orig Thu Aug 9 23:48:18 2012
|
|
+++ plugins/notify/Makefile.am Thu Aug 9 23:48:23 2012
|
|
@@ -2,7 +2,7 @@ if HAVE_NOTIFY
|
|
notifydir = $(libdir)/$(PACKAGE)
|
|
pkglib_LTLIBRARIES = notify.la
|
|
notify_la_SOURCES = notify.c
|
|
-notify_la_LDFLAGS = -module
|
|
+notify_la_LDFLAGS = -module -avoid-version
|
|
|
|
notify_la_LIBADD = $(LDADD) $(NOTIFY_LIBS)
|
|
AM_CFLAGS = $(CFLAGS) $(NOTIFY_CFLAGS) -std=c99
|