openbsd-ports/devel/silc-toolkit/patches/patch-lib_Makefile_in
sthen 3b8ae9214a update to 1.1.9 from Brad (maintainer); various bug fixes, including
format string errors, scanf overflows and assorted crashes.
2009-01-10 01:30:54 +00:00

13 lines
943 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.4 2009/01/10 01:30:54 sthen Exp $
--- lib/Makefile.in.orig Thu Jan 8 09:29:31 2009
+++ lib/Makefile.in Fri Jan 9 18:39:43 2009
@@ -283,7 +283,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
# SILC Library dirs
SILCLIB_DIRS = contrib silccore silcutil silcapputil silccrypt silcskr silcmath silcsim silcasn1 silcske silchttp silcsftp silcvcard
@SILC_ENABLE_SHARED_FALSE@LIBTOOL_OPTS =
-@SILC_ENABLE_SHARED_TRUE@@SILC_WIN32_FALSE@LIBTOOL_OPTS = -release $(LIB_BASE_VERSION) -rpath $(DESTDIR)$(libdir)
+@SILC_ENABLE_SHARED_TRUE@@SILC_WIN32_FALSE@LIBTOOL_OPTS = -rpath $(DESTDIR)$(libdir)
@SILC_ENABLE_SHARED_TRUE@@SILC_WIN32_TRUE@LIBTOOL_OPTS = -release $(LIB_BASE_VERSION) -rpath $(DESTDIR)$(libdir) -export-dynamic -no-undefined
@SILC_ENABLE_SHARED_FALSE@LIBTOOL_SILC_VERSION =
@SILC_ENABLE_SHARED_TRUE@LIBTOOL_SILC_VERSION = -version-info $(LIBSILC_CURRENT):$(LIBSILC_REVISION):$(LIBSILC_AGE)