]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/ser2net: disable threads for toolchains without threads support
authorRomain Naour <romain.naour@gmail.com>
Sun, 6 Nov 2016 13:15:23 +0000 (14:15 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Nov 2016 14:11:21 +0000 (15:11 +0100)
ser2net configure script provide an option to disable threads support,
use it.

Fixes:
http://autobuild.buildroot.net/results/6bc/6bc0f99917c2069a1614f4cfcaa98af1b21762e4

Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Thomas: use --{with,without}-pthreads instead of --with-pthreads={yes,no}.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ser2net/ser2net.mk

index 01aee95d6da101da7395c669eb83095ef372dd28..c4dcaf31fa06b8b9632e4b0909acf3f279afdaf8 100644 (file)
@@ -9,6 +9,12 @@ SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
 SER2NET_LICENSE = GPLv2+
 SER2NET_LICENSE_FILES = COPYING
 
+ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
+SER2NET_CONF_OPTS += --with-pthreads
+else
+SER2NET_CONF_OPTS += --without-pthreads
+endif
+
 define SER2NET_INSTALL_INIT_SYSV
        $(INSTALL) -D -m 755 package/ser2net/S50ser2net \
                $(TARGET_DIR)/etc/init.d/S50ser2net