SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. WWW: http://sogo.nu/
11 lines
403 B
Text
11 lines
403 B
Text
--- configure.orig 2016-09-08 20:29:55.239121000 -0500
|
|
+++ configure 2016-09-08 20:30:26.951403000 -0500
|
|
@@ -45,7 +45,7 @@
|
|
fi
|
|
|
|
# TODO: add pg_config, mysql_config etc!
|
|
-LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib"
|
|
+LINK_SYSLIBDIRS="-L%%LOCALBASE%%/lib/postgresql -L%%LOCALBASE%%/lib/mysql -L%%LOCALBASE%%/lib -L/usr/lib"
|
|
|
|
# ******************** usage ********************
|
|
|