You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
675 B

  1. diff -rupN libzdb-3.0.orig/Makefile.am libzdb-3.0/Makefile.am
  2. --- libzdb-3.0.orig/Makefile.am 2014-01-06 22:34:08.000000000 +0100
  3. +++ libzdb-3.0/Makefile.am 2014-11-19 20:26:20.588547729 +0100
  4. @@ -1,5 +1,7 @@
  5. # Copyright (C) Tildeslash Ltd. All rights reserved.
  6. +include $(TOPDIR)/rules.mk
  7. +
  8. AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects
  9. ACLOCAL_AMFLAGS = -I m4
  10. @@ -12,7 +14,7 @@ LIBRARY_NAME = zdb
  11. RE2C = @RE2C@
  12. RE2CFLAGS = -b
  13. -FILTERH = ./tools/bin/filterh
  14. +FILTERH = $(STAGING_DIR_HOSTPKG)/bin/filterh
  15. AM_CPPFLAGS = $(CPPFLAGS) $(DBCPPFLAGS)
  16. AM_CPPFLAGS += -Isrc -Isrc/util -Isrc/net -Isrc/db -Isrc/exceptions