]> git.pld-linux.org Git - packages/courier-authlib.git/blame - courier-authlib-ltdl.patch
- avoid using bundled libltdl
[packages/courier-authlib.git] / courier-authlib-ltdl.patch
CommitLineData
987bbf56
ER
1--- courier-authlib-0.58/configure.in~ 2006-12-04 15:35:08.000000000 +0200
2+++ courier-authlib-0.58/configure.in 2006-12-04 19:33:10.000000000 +0200
3@@ -1049,7 +1049,7 @@
4 AC_SUBST(REPOSITORY)
5
6 AM_CONDITIONAL(HAVE_SGML, test -d ${srcdir}/docbook)
7-AC_CONFIG_SUBDIRS(libltdl bdbobj gdbmobj md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog)
8+AC_CONFIG_SUBDIRS(bdbobj gdbmobj md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog)
9
10 AC_CONFIG_FILES(Makefile authdaemond authdaemonrc authsystem.passwd README.authdebug.html dbobj.h authmigrate courier-authlib.spec courier-authlib.lpspec courier-authlib.sysvinit userdb-test-cram-md5.pl)
11 AC_OUTPUT
12--- courier-authlib-0.58/Makefile.am~ 2006-12-04 15:35:08.000000000 +0200
13+++ courier-authlib-0.58/Makefile.am 2006-12-04 19:33:45.000000000 +0200
14@@ -6,8 +6,8 @@
15 AUTOMAKE = srcdir=${srcdir} @SHELL@ ${srcdir}/automake.fix @AUTOMAKE@
16 AUTOMAKE_OPTIONS=dist-bzip2
17
18-SUBDIRS=libltdl @DBSUBDIR@ md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
19-DIST_SUBDIRS=libltdl gdbmobj bdbobj md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
20+SUBDIRS=@DBSUBDIR@ md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
21+DIST_SUBDIRS=gdbmobj bdbobj md5 sha1 libhmac numlib makedat userdb rfc822 random128 liblock liblog
22
23 INCLUDES = $(LTDLINCL)
24
This page took 0.327092 seconds and 4 git commands to generate.