mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -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> (cherry picked from commit9a5160ed5a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
6a9e4be7f0
commit
41e7eaeb61
@@ -17,9 +17,9 @@ LIBNFS_DEPENDENCIES += libtirpc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
LIBNFS_CONF_OPTS += --enable-threads
|
||||
LIBNFS_CONF_OPTS += --enable-pthread
|
||||
else
|
||||
LIBNFS_CONF_OPTS += --disable-threads
|
||||
LIBNFS_CONF_OPTS += --disable-pthread
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user