Skip to content
Snippets Groups Projects

netsurf: Use libiconv, fix the linking errors with relibc

Merged Nagy Tibor requested to merge xTibor/cookbook:netsurf-relibc into relibc
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
VERSION=3.7
VERSION=3.7
TAR=http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$VERSION.tar.gz
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"
DEPENDS="ca-certificates orbital"
function recipe_version {
function recipe_version {
@@ -17,7 +17,7 @@ function recipe_build {
@@ -17,7 +17,7 @@ function recipe_build {
sysroot="${PWD}/../sysroot"
sysroot="${PWD}/../sysroot"
export TARGET="framebuffer"
export TARGET="framebuffer"
export CFLAGS="-I$sysroot/include -I${PWD}/inst-${TARGET}/include"
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
make V=1
skip=1
skip=1
Loading