99d57bc1a0
based on diff from new maintainer Wiktor Izdebski, vicviq at gmail
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
$OpenBSD: patch-src_irc_proxy_Makefile_in,v 1.2 2006/04/18 20:30:03 steven Exp $
|
|
--- src/irc/proxy/Makefile.in.orig Sun Dec 11 23:47:47 2005
|
|
+++ src/irc/proxy/Makefile.in Sun Mar 19 01:28:02 2006
|
|
@@ -129,7 +129,7 @@ module_LTLIBRARIES = libirc_proxy.la
|
|
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ $(GLIB_CFLAGS)
|
|
|
|
|
|
-libirc_proxy_la_LDFLAGS = -module
|
|
+libirc_proxy_la_LDFLAGS = -module -avoid-version
|
|
|
|
libirc_proxy_la_DEPENDENCIES = libirc_proxy.a
|
|
|