summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-08-10 15:21:12 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2025-08-10 17:23:41 +0200
commit62caa19e26830db75dedb203ee3857b1687886d7 (patch)
treeda349e3dbc7300233fc62a2a435983649c0299ca
parentc04014322b1d2256b2c023f6f574455a38823e91 (diff)
dillo: allow aarch64
-rw-r--r--package/dillo/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile
index 9de41c0c2..b46c53746 100644
--- a/package/dillo/Makefile
+++ b/package/dillo/Makefile
@@ -16,7 +16,7 @@ PKG_NEEDS:= threads cxx
PKG_URL:= https://dillo-browser.github.io/
PKG_SITES:= https://github.com/dillo-browser/dillo/releases/download/v$(PKG_VERSION)/
-PKG_ARCH_DEPENDS:= arm mips mips64 sh x86 x86_64
+PKG_ARCH_DEPENDS:= aarch64 arm mips mips64 sh x86 x86_64
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
@@ -24,8 +24,6 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,DILLO,dillo,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-#TARGET_CFLAGS+= -fcommon
-#TARGET_CXXFLAGS+= -fcommon
TARGET_LDFLAGS+= -latomic
CONFIGURE_ENV+= PNG_CONFIG=$(STAGING_TARGET_DIR)/scripts/libpng-config
CONFIGURE_ARGS+= --enable-tls