sent: fix glibc build
This commit is contained in:
parent
679ba59665
commit
1b67fa41e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ do_configure() {
|
||||||
cat <<! >>config.mk
|
cat <<! >>config.mk
|
||||||
INCS = -I${XBPS_CROSS_BASE}/usr/include/freetype2
|
INCS = -I${XBPS_CROSS_BASE}/usr/include/freetype2
|
||||||
INCS+= -I${XBPS_CROSS_BASE}/usr/include/X11
|
INCS+= -I${XBPS_CROSS_BASE}/usr/include/X11
|
||||||
LIBS = -lXft -lfontconfig -lX11
|
LIBS = -lc -lm -lXft -lfontconfig -lX11
|
||||||
!
|
!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue