elementary: workaround luajit cross linkage.

This commit is contained in:
Juan RP 2014-05-18 17:44:46 +02:00
parent 4473812bac
commit 39e81690fe
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ if [ "$CROSS_BUILD" ]; then
sed -e 's,^\(ELM_PREFS_CC \).*$,\1=/usr/bin/elm_prefs_cc,g' -i data/objects/Makefile.am
autoreconf -fi
}
# XXX
LDFLAGS="-lluajit-5.1"
fi
elementary-devel_package() {