| diff -ru man-db-2.7.5.orig/lib/Makefile.am man-db-2.7.5/lib/Makefile.am |
| |
| |
| @@ -60,7 +60,7 @@ |
| xregcomp.h |
| |
| libman_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS) \ |
| - $(LIBCOMPRESS) @LTLIBINTL@ |
| + $(LIBCOMPRESS) -lpipeline @LTLIBINTL@ |
| |
| libman_la_LDFLAGS = \ |
| -avoid-version -release $(VERSION) -rpath $(pkglibdir) \ |
| diff -ru man-db-2.7.5.orig/lib/Makefile.in man-db-2.7.5/lib/Makefile.in |
| |
| |
| @@ -1447,7 +1447,7 @@ |
| xregcomp.h |
| |
| libman_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS) \ |
| - $(LIBCOMPRESS) @LTLIBINTL@ |
| + $(LIBCOMPRESS) -lpipeline @LTLIBINTL@ |
| |
| libman_la_LDFLAGS = \ |
| -avoid-version -release $(VERSION) -rpath $(pkglibdir) \ |
| diff -ru man-db-2.7.5.orig/libdb/db_lookup.c man-db-2.7.5/libdb/db_lookup.c |
| |
| |
| @@ -50,6 +50,8 @@ |
| #include "mydbm.h" |
| #include "db_storage.h" |
| |
| +char *database; |
| + |
| /* If using ndbm or BTREE, copy the static storage before doing anything |
| * interesting with it. If using gdbm, firstkey and nextkey need to copy the |
| * storage because our ordered wrappers keep an effectively static copy. |
| diff -ru man-db-2.7.5.orig/libdb/db_ver.c man-db-2.7.5/libdb/db_ver.c |
| |
| |
| @@ -37,6 +37,8 @@ |
| |
| #include "mydbm.h" |
| |
| +char *database; |
| + |
| int dbver_rd (MYDBM_FILE dbfile) |
| { |
| datum key, content; |
| |
| |
| @@ -2210,11 +2210,6 @@ |
| all-am: apropos$(EXEEXT) |
| |
| install-exec-hook: |
| - if [ "$(man_owner)" ] && [ "$(man_mode)" = 6755 ]; then \ |
| - chown $(man_owner):$(man_owner) \ |
| - $(DESTDIR)$(bindir)/$(TRANS_MAN) \ |
| - $(DESTDIR)$(bindir)/$(TRANS_MANDB); \ |
| - fi |
| chmod $(man_mode) \ |
| $(DESTDIR)$(bindir)/$(TRANS_MAN) \ |
| $(DESTDIR)$(bindir)/$(TRANS_MANDB) |