Merge pull request #2214 from CvH/9.0-dvb-fe-tool

dvb-fe-tool: fixed compile error issue
This commit is contained in:
Radostan Riedel 2017-11-14 17:33:19 +01:00 committed by GitHub
commit 08005ec291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"