Wed, 29 Aug 2012 21:07:12 +0200
Back out libexec substitution now longer correct, remove manpages correspoding
to not installed binaries, and most importantly avoid linking to
cats_dummy which serves no other purpose than to sabotage runtime
operations of all binaries calling db_init_database(3) with a fatal
error message 'Please replace this dummy libbaccats library with a
proper one.' Disabling libtool use resolves this problem in the build
configuration (probably in src/cats/Makefile.in.)
1 Index: Makefile.in
2 --- Makefile.in.orig 2012-04-23 07:58:06.000000000 +0200
3 +++ Makefile.in 2012-05-03 20:26:07.000000000 +0200
4 @@ -193,16 +193,6 @@
5 cp $(STATICLIB) $(DESTDIR)$(libdir)
6 chmod 644 $(DESTDIR)$(libdir)/$(STATICLIB)
7 -@($(RANLIB) $(DESTDIR)$(libdir)/libz.a || true) >/dev/null 2>&1
8 - -@if test -n "$(SHAREDLIBV)"; then \
9 - cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir); \
10 - echo "cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)"; \
11 - chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV); \
12 - echo "chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV)"; \
13 - rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \
14 - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \
15 - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \
16 - ($(LDCONFIG) || true) >/dev/null 2>&1; \
17 - fi
18 cp zlib.3 $(DESTDIR)$(man3dir)
19 chmod 644 $(DESTDIR)$(man3dir)/zlib.3
20 cp zlib.pc $(DESTDIR)$(pkgconfigdir)