diff options
-rw-r--r-- | meta-oe/recipes-support/nspr/nspr_4.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nspr/nspr_4.29.bb b/meta-oe/recipes-support/nspr/nspr_4.29.bb index 2717f37bcf..b60de08d2a 100644 --- a/meta-oe/recipes-support/nspr/nspr_4.29.bb +++ b/meta-oe/recipes-support/nspr/nspr_4.29.bb | |||
@@ -160,7 +160,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
160 | # preferred path upstream. | 160 | # preferred path upstream. |
161 | EXTRA_OECONF += "--includedir=${includedir}/nspr" | 161 | EXTRA_OECONF += "--includedir=${includedir}/nspr" |
162 | 162 | ||
163 | EXTRA_OEMAKE:append:class-native = " EXTRA_LIBS='-lpthread -lrt'" | 163 | EXTRA_OEMAKE:append:class-native = " EXTRA_LIBS='-lpthread -lrt -ldl'" |
164 | 164 | ||
165 | do_compile:prepend() { | 165 | do_compile:prepend() { |
166 | oe_runmake CROSS_COMPILE=1 CFLAGS="-DXP_UNIX ${BUILD_CFLAGS}" LDFLAGS="" CC="${BUILD_CC}" -C config export | 166 | oe_runmake CROSS_COMPILE=1 CFLAGS="-DXP_UNIX ${BUILD_CFLAGS}" LDFLAGS="" CC="${BUILD_CC}" -C config export |