lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

020-filterh-use-host-built-version.patch (675B)


      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  
      7 +include $(TOPDIR)/rules.mk
      8 +
      9  AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects
     10  ACLOCAL_AMFLAGS  = -I m4
     11  
     12 @@ -12,7 +14,7 @@ LIBRARY_NAME    = zdb
     13  
     14  RE2C		= @RE2C@
     15  RE2CFLAGS       = -b
     16 -FILTERH         = ./tools/bin/filterh
     17 +FILTERH         = $(STAGING_DIR_HOSTPKG)/bin/filterh
     18  
     19  AM_CPPFLAGS     = $(CPPFLAGS) $(DBCPPFLAGS)
     20  AM_CPPFLAGS     += -Isrc -Isrc/util -Isrc/net -Isrc/db -Isrc/exceptions