mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
netbsd-curses: add -fPIC to CFLAGS
This commit is contained in:
parent
030b19b0d4
commit
01d5921106
@ -26,6 +26,10 @@ PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="netbsd-libcurses portable edition"
|
||||
PKG_LONGDESC="netbsd-libcurses portable edition"
|
||||
|
||||
pre_make_target() {
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make HOSTCC="$HOST_CC" PREFIX=/usr all-static
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user