This reverts commit
ebffca8ba483610478f33cdc52a24a165e4da87e, which is
no longer needed now that the RISC-V gcc has been patched to define
_REENTRANT when -pthread is passed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
--with-pcre=$(STAGING_DIR)/usr \
--disable-ssp
-# gcc on riscv doesn't define _REENTRANT when -pthread is passed while
-# it should. Compensate this deficiency here otherwise shadowsocks-libev
-# configure script doesn't find that thread support is enabled.
-ifeq ($(BR2_riscv),y)
-SHADOWSOCKS_LIBEV_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_REENTRANT"
-endif
-
$(eval $(autotools-package))