|
@@ -44,7 +44,8 @@ CONFIGURE_ARGS += \
|
|
--enable-fat \
|
|
--enable-fat \
|
|
--disable-openssl \
|
|
--disable-openssl \
|
|
--disable-documentation \
|
|
--disable-documentation \
|
|
- --enable-static
|
|
|
|
|
|
+ --enable-static \
|
|
|
|
+ $(if $(CONFIG_powerpc64), $(if $(CONFIG_USE_MUSL),--disable-assembler))
|
|
|
|
|
|
ifeq ($(CONFIG_LIBNETTLE_MINI),y)
|
|
ifeq ($(CONFIG_LIBNETTLE_MINI),y)
|
|
CONFIGURE_ARGS += --enable-mini-gmp
|
|
CONFIGURE_ARGS += --enable-mini-gmp
|