Quote:
Originally Posted by baf
Looks nice. I don't have time to play with it now. Maybe someone else?
|
root@dev:/usr/local/src/luakit-2012.03.25#
BUILD=arm-linux-gnueabi HOST=arm-linux-gnueabi PATH=/usr/lib/ccache:$PATH make USE_UNIQUE=0 V=1
Quote:
luakit build options:
CC = cc
LUA_PKG_NAME = lua5.1
CFLAGS = -mthumb -std=gnu99 -O2 -ggdb -W -Wall -Wextra -pthread -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabi/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabi/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/lua5.1 -I/usr/include/webkitgtk-1.0 -I./ -mfloat-abi=soft -fno-stack-protector -ffast-math -march=armv7 -mtune=cortex-a8 -mfpu=neon -pipe -fomit-frame-pointer
CPPFLAGS = -DVERSION="a9de581" -DDEVELOPMENT_PATHS
LDFLAGS = -pthread -lgthread-2.0 -lrt -lwebkitgtk-1.0 -lgtk-x11-2.0 -lsoup-2.4 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-1.0 -lglib-2.0 -lsqlite3 -llua5.1 -Wl,--export-dynamic -Wl,-rpath,/mnt/us/extensions/luakit/usr/lib -static-libstdc++
INSTALLDIR = /mnt/us/extensions/luakit/usr
MANPREFIX = /mnt/us/extensions/luakit/usr/share/man
DOCDIR = /mnt/us/extensions/luakit/usr/share/luakit/docs
|
better choice of options...
and fixed re:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636817
(missing dependency)
I should tidy that up at some point and ship it.