mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #2214 from CvH/9.0-dvb-fe-tool
dvb-fe-tool: fixed compile error issue
This commit is contained in:
commit
08005ec291
@ -49,6 +49,10 @@ post_patch() {
|
||||
touch $PKG_BUILD/v4l-utils-po/Makefile.in.in
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS="$LDFLAGS -pthread"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
cd $PKG_BUILD/.$TARGET_NAME/lib/libdvbv5
|
||||
make CFLAGS="$TARGET_CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user