head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.12.02.18.38.26;	author steve;	state dead;
branches;
next	1.2;

1.2
date	2001.06.17.18.38.09;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.16.22.24.54;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to version 2.4.18.

PR:		32315
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- lib/Makefile.in.orig	Sat Jun  9 05:10:45 2001
+++ lib/Makefile.in	Thu Jun 14 20:43:39 2001
@@@@ -100,7 +100,7 @@@@
 
 lib_LTLIBRARIES = libmcrypt.la
 libmcrypt_la_SOURCES = mcrypt_extra.c mcrypt.c bzero.c xmemory.c mcrypt_modules.c win32_comp.c mcrypt_threads.c
-libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym
+libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym $(LIBLTDL)
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libmcrypt.m4
 bin_SCRIPTS = libmcrypt-config
@


1.2
log
@Update to version 2.4.15.
@
text
@@


1.1
log
@Upgrade to 2.4.9.

PR:		ports/25149
Submitted by:	KATO Tsuguru
@
text
@d1 3
a3 5
--- lib/Makefile.in.orig	Thu Feb  1 21:36:23 2001
+++ lib/Makefile.in	Fri Feb 16 05:55:45 2001
@@@@ -87,12 +87,12 @@@@
 RANLIB = @@RANLIB@@
 VERSION = @@VERSION@@
a4 4
-DEFS = @@DEFS@@ -DLIBDIR=\"$(libdir)/@@PACKAGE@@/\" -I. -I..
+DEFS = @@DEFS@@ -DLIBDIR=\"$(libdir)/@@PACKAGE@@/\" -I. -I.. $(INCLLTDL)
 include_HEADERS = mcrypt.h 
 EXTRA_DIST = libdefs.h mcrypt.h bzero.h xmemory.h mcrypt_modules.h mcrypt_internal.h libmcrypt.sym win32_comp.h
d6 6
a11 6
 libmcrypt_la_SOURCES = mcrypt_extra.c mcrypt.c bzero.c xmemory.c mcrypt_modules.c win32_comp.c
-libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym -no-undefined
+libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym -no-undefined $(LIBLTDL)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@

