mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:19:20 +02:00
jbofihe: fix build
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg632625.html
This commit is contained in:
parent
cc7557ce51
commit
c04a579403
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user