remmina: update to 1.4.37
[oi-userland.git] / components / developer / luajit / patches / luajit-01-Makefile.patch
blob9186e731b2bba3f4373cfe7baacb0d17cf360065
1 --- LuaJIT-2.0.5/Makefile.orig 2018-02-10 08:09:05.938290954 +0000
2 +++ LuaJIT-2.0.5/Makefile 2018-02-10 08:09:11.076483412 +0000
3 @@ -25,11 +25,12 @@
4 # the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path!
6 export PREFIX= /usr/local
7 +export MULTILIB= bin
8 export MULTILIB= lib
9 ##############################################################################
11 DPREFIX= $(DESTDIR)$(PREFIX)
12 -INSTALL_BIN= $(DPREFIX)/bin
13 +INSTALL_BIN= $(DPREFIX)/$(MULTIBIN)
14 INSTALL_LIB= $(DPREFIX)/$(MULTILIB)
15 INSTALL_SHARE= $(DPREFIX)/share
16 INSTALL_INC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER)