mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/libnfs: fix pthread option
Fix typo added by commitf9f5b3a6cbFixes:f9f5b3a6cbSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
e2f87b3c15
commit
9a5160ed5a
@@ -17,9 +17,9 @@ LIBNFS_DEPENDENCIES += libtirpc
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||||
LIBNFS_CONF_OPTS += --enable-threads
|
LIBNFS_CONF_OPTS += --enable-pthread
|
||||||
else
|
else
|
||||||
LIBNFS_CONF_OPTS += --disable-threads
|
LIBNFS_CONF_OPTS += --disable-pthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user