Hi,

DBMail 2.2.1 can't be compiled on current ALT Linux Sisyphus with x86_64. Attached patch corrects the problem. Is it possible to include it in next bugfix maintenance release?

--
Thanks,
Eugene Prokopiev
--- dbmail-2.2.1/Makefile.am.orig	2006-12-21 22:27:27 +0300
+++ dbmail-2.2.1/Makefile.am	2006-12-21 22:28:16 +0300
@@ -27,9 +27,6 @@
 endif
 
 
-libdir=$(prefix)/lib/dbmail
-pkglibdir = $(libdir)
-
 sbin_PROGRAMS = dbmail-smtp \
 	dbmail-pop3d \
 	dbmail-imapd \
@@ -103,7 +100,7 @@
 endif
 
 
-lib_LTLIBRARIES = libdbmail.la
+pkglib_LTLIBRARIES = libdbmail.la
 
 
 if SHARED
--- dbmail-2.2.1/modules/Makefile.am.orig	2006-12-21 22:27:39 +0300
+++ dbmail-2.2.1/modules/Makefile.am	2006-12-21 22:28:44 +0300
@@ -28,9 +28,6 @@
 AM_LDFLAGS = 
 endif
 
-libdir = $(prefix)/lib/dbmail
-pkglibdir = $(libdir)
-
 pkglib_LTLIBRARIES = libmysql.la \
 	libpgsql.la \
 	libsqlite.la \
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to