|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../luajit/luajit.conf
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the
|
|
|
|
# GNU General Public License can be found in the file COPYING.
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
# saving our local patches and empty the patchfiles variable
|
|
|
|
localpatches=$patchfiles
|
|
|
|
patchfiles=
|
|
|
|
|
|
|
|
# append official patches
|
|
|
|
for x in `match_source_file -p 'patch'` ; do
|
|
|
|
var_append patchfiles " " "$x"
|
|
|
|
done
|
|
|
|
|
|
|
|
# append our local patches
|
|
|
|
var_append patchfiles " " "$localpatches"
|
|
|
|
|
|
|
|
# for binary distributions it is recommended to use the special target for an
|
|
|
|
# amalgamated build which compiles the LuaJIT core as one huge C file and
|
|
|
|
# allows GCC to generate faster and shorter code
|
|
|
|
var_append makeopt ' ' "amalg"
|
|
|
|
|
|
|
|
# By default, modules are only searched under the prefix /usr/local. You can
|
|
|
|
# add an extra prefix to the search paths by appending the PREFIX option.
|
|
|
|
var_append makeopt ' ' "PREFIX=/$prefix"
|
|
|
|
var_append makeinstopt ' ' "PREFIX=/$prefix"
|
|
|
|
|
|
|
|
# beta releases only install the LuaJIT executable under the versioned name
|
|
|
|
hook_add postmake 5 "ln -sf luajit-$ver $root$bindir/luajit"
|