diff --git a/package/setools/setools.mk b/package/setools/setools.mk index a2bfd420e5..71301c78a9 100644 --- a/package/setools/setools.mk +++ b/package/setools/setools.mk @@ -12,6 +12,10 @@ SETOOLS_INSTALL_STAGING = YES SETOOLS_LICENSE = GPLv2+ LGPLv2.1+ SETOOLS_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL +# Race condition reported upstream: +# https://github.com/TresysTechnology/setools3/issues/5 +SETOOLS_MAKE = $(MAKE1) + # configure.ac is patched by the cross compile patch, # so autoreconf is necessary SETOOLS_AUTORECONF = YES