mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/luajit: Fixed building on x86_64.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ed2cce3ad
commit
12fbb9a3a4
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for luajit
|
||||
|
||||
# Copyright 2013-2014, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv
|
||||
# Copyright 2013-2014, Andrew Tkalia <anddt@yandex.ua>, Ukraine, Kyiv
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=luajit
|
||||
VERSION=2.0.3
|
||||
BUILD=${BUILD:-1}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -71,6 +71,7 @@ find -L . \
|
|||
|
||||
make \
|
||||
PREFIX=/usr \
|
||||
MULTILIB=lib${LIBDIRSUFFIX} \
|
||||
INSTALL_LIB=/usr/lib${LIBDIRSUFFIX} \
|
||||
INSTALL_MAN=/usr/man/man1
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
MAINTAINER="Andrew Tkalia"
|
||||
EMAIL="anddt@yandex.ru"
|
||||
EMAIL="anddt@yandex.ua"
|
||||
|
|
Loading…
Reference in a new issue