From c04a57940369b34756085ee60f7b68ffe14a46be Mon Sep 17 00:00:00 2001 From: kyak Date: Tue, 8 Mar 2011 17:43:31 +0300 Subject: [PATCH] jbofihe: fix build http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg632625.html --- jbofihe/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jbofihe/Makefile b/jbofihe/Makefile index 9afdeab..54e41bb 100644 --- a/jbofihe/Makefile +++ b/jbofihe/Makefile @@ -71,6 +71,11 @@ define Build/Configure "$(PKG_BUILD_DIR)/dfasyn/dfasyn_host" ln -s "$(STAGING_DIR_HOST)/bin/smujajgau" \ "$(PKG_BUILD_DIR)/smujajgau_host" + ( $(MAKE) -C $(PKG_BUILD_DIR) stag.h && \ + cd $(PKG_BUILD_DIR) && \ + $(SED) 's/YYTOKENTYPE/STAGYYTOKENTYPE/' stag.h && \ + $(SED) 's/yytokentype/stagyytokentype/' stag.h \ + ) endef define Build/Compile