mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Merge branch 'netsurf-relibc' into 'relibc'
netsurf: Use libiconv, fix the linking errors with relibc See merge request redox-os/cookbook!180
This commit is contained in:
commit
c0ac989908
@ -1,6 +1,6 @@
|
||||
VERSION=3.7
|
||||
TAR=http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$VERSION.tar.gz
|
||||
BUILD_DEPENDS=(curl expat libjpeg libpng openssl sdl zlib freetype liborbital)
|
||||
BUILD_DEPENDS=(curl expat libjpeg libpng openssl sdl zlib freetype liborbital libiconv)
|
||||
DEPENDS="ca-certificates orbital"
|
||||
|
||||
function recipe_version {
|
||||
@ -17,7 +17,7 @@ function recipe_build {
|
||||
sysroot="${PWD}/../sysroot"
|
||||
export TARGET="framebuffer"
|
||||
export CFLAGS="-I$sysroot/include -I${PWD}/inst-${TARGET}/include"
|
||||
export LDFLAGS="-L$sysroot/lib -L${PWD}/inst-${TARGET}/lib"
|
||||
export LDFLAGS="-L$sysroot/lib -L${PWD}/inst-${TARGET}/lib -Wl,--allow-multiple-definition"
|
||||
|
||||
make V=1
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user