AC_C_INLINE
-YAZ_INIT([static icu],[4.2.68])
+YAZ_INIT([static icu],[5.7.0])
if test -z "$YAZLIB"; then
AC_MSG_ERROR([YAZ development libraries missing])
fi
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
Build-Depends: debhelper (>= 7),
autotools-dev,
- libyaz5-dev (>= 5.0.0),
+ libyaz5-dev (>= 5.7.0),
docbook-xsl
Standards-Version: 3.7.2
Vendor: Index Data ApS <info@indexdata.dk>
Source: pazpar2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libyaz5-devel >= 5.0.0
+BuildRequires: libyaz5-devel >= 5.7.0
Packager: Adam Dickmeiss <adam@indexdata.dk>
URL: http://www.indexdata.com/pazpar2
Summary: pazpar2 daemon
-Requires: libyaz5 >= 5.0.0
+Requires: libyaz5 >= 5.7.0
Requires: pazpar2-xsl
%description
#include <yaz/log.h>
#include <yaz/options.h>
#include <yaz/sc.h>
+#include <yaz/backtrace.h>
// #define MTRACE
#ifdef MTRACE
yaz_log_init_prefix("pazpar2");
yaz_log_xml_errors(0, YLOG_WARN);
+ yaz_enable_panic_backtrace(argv[0]);
+
while ((ret = options("dDf:h:l:m:p:R:tu:v:Vw:X", argv, argc, &arg)) != -2)
{
switch (ret)
#endif
);
}
+
config = config_create(config_fname);
if (!config)
return 1;