diff options
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb index 6e6de45494..a9a046571f 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb | |||
@@ -3,6 +3,7 @@ require libcap-ng.inc | |||
3 | inherit lib_package autotools | 3 | inherit lib_package autotools |
4 | 4 | ||
5 | EXTRA_OECONF += "--without-python --without-python3" | 5 | EXTRA_OECONF += "--without-python --without-python3" |
6 | LDFLAGS_append_class-native = " -pthread" | ||
6 | 7 | ||
7 | BBCLASSEXTEND = "native nativesdk" | 8 | BBCLASSEXTEND = "native nativesdk" |
8 | 9 | ||