diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-05-20 09:41:49 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-21 19:12:03 +0200 |
| commit | e672cfbe57de29f55047af6502de6711cb017418 (patch) | |
| tree | fb9e423767a0e918a34456e76b827ab9e45d2339 /package/luajit/0002-install-inc.patch | |
| parent | de8494e31a5ef75017c140d294155ddee6390490 (diff) | |
| download | buildroot-e672cfbe57de29f55047af6502de6711cb017418.tar.gz buildroot-e672cfbe57de29f55047af6502de6711cb017418.zip | |
package/luajit: renumber patches
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/luajit/0002-install-inc.patch')
| -rw-r--r-- | package/luajit/0002-install-inc.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/luajit/0002-install-inc.patch b/package/luajit/0002-install-inc.patch new file mode 100644 index 0000000000..1fd11b1a17 --- /dev/null +++ b/package/luajit/0002-install-inc.patch @@ -0,0 +1,17 @@ +Install includes like lua's ones + +Signed-off-by: Francois Perrad <francois.perrad@gadz.org> + +Index: b/Makefile +=================================================================== +--- a/Makefile ++++ b/Makefile +@@ -31,7 +31,7 @@ DPREFIX= $(DESTDIR)$(PREFIX) + INSTALL_BIN= $(DPREFIX)/bin + INSTALL_LIB= $(DPREFIX)/lib + INSTALL_SHARE= $(DPREFIX)/share +-INSTALL_INC= $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER) ++INSTALL_INC= $(DPREFIX)/include + + INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION) + INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit |

