Skip to content
Snippets Groups Projects
Select Git revision
  • b76ac3b81bd7588bf6880aa0d2014392519e292a
  • master default
  • nrb/rebase-20200624
  • nrb/rebase-recommended
  • nrb/old-deprectated-devices
  • next
6 results

index.html

Blame
  • 0011-lua-fix-installation-of-headers-for-host-build.patch 548 B
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Tue, 29 Dec 2015 22:48:52 +0100
    Subject: lua: fix installation of headers for host build
    
    diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile
    index 72d5631..c37d99b 100644
    --- a/package/utils/lua/Makefile
    +++ b/package/utils/lua/Makefile
    @@ -140,6 +140,7 @@ define Host/Install
     	$(MAKE) -C $(HOST_BUILD_DIR) \
     		INSTALL_TOP="$(STAGING_DIR_HOST)" \
     		install
    +	$(CP) $(HOST_BUILD_DIR)/src/lnum_config.h $(STAGING_DIR_HOST)/include/
     endef
     
     define Build/InstallDev