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
627 B
Plaintext
13 lines
627 B
Plaintext
$OpenBSD: patch-plugins_shellexecui_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
|
|
--- plugins/shellexecui/Makefile.am.orig Thu Aug 9 23:48:59 2012
|
|
+++ plugins/shellexecui/Makefile.am Thu Aug 9 23:49:13 2012
|
|
@@ -18,7 +18,7 @@ AM_CFLAGS = $(CFLAGS) -std=c99 -fPIC
|
|
|
|
if HAVE_GTK2
|
|
shellexecui_gtk2_la_SOURCES = shellexecui.c interface.c support.c callbacks.c interface.h support.h callbacks.h
|
|
-shellexecui_gtk2_la_LDFLAGS = -module
|
|
+shellexecui_gtk2_la_LDFLAGS = -module -avoid-version
|
|
endif
|
|
if HAVE_GTK3
|
|
shellexecui_gtk3_la_SOURCES = shellexecui.c interface.c support.c callbacks.c interface.h support.h callbacks.h
|