projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f528c6
)
luajit: add .hpp to InstallDev
author
W. Michael Petullo
<mike@flyn.org>
Mon, 6 Aug 2018 00:21:52 +0000
(20:21 -0400)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 6 Dec 2019 14:01:51 +0000
(15:01 +0100)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from commit
efb7d0be6dd7882748d337391c5568d829bf17f5
)
lang/luajit/Makefile
patch
|
blob
|
history
diff --git
a/lang/luajit/Makefile
b/lang/luajit/Makefile
index e5dfa953192bc22484da4181f1b062cee083463f..ae30854017b1188c299e87ea4c17cf203fbc975f 100644
(file)
--- a/
lang/luajit/Makefile
+++ b/
lang/luajit/Makefile
@@
-59,7
+59,7
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/luajit-2.1
- $(CP) $(PKG_INSTALL_DIR)/usr/include/luajit-2.1/*.
h
$(1)/usr/include/luajit-2.1
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/luajit-2.1/*.
{h,hpp}
$(1)/usr/include/luajit-2.1
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig