diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 18:36:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-08 18:36:37 +0200 |
commit | 1ee15801b449fb3a3974bb45e8c8b32481b6bf8c (patch) | |
tree | 58e753e18e7a1d1abb2fc0d077d92c94ce8b622b /package/dillo | |
parent | 1925699cd8d4227fdb5cfb9773f8a11c336ed85a (diff) |
dillo: compile works without forcing -liconv with musl
Diffstat (limited to 'package/dillo')
-rw-r--r-- | package/dillo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index d34ee1692..9de41c0c2 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -26,7 +26,7 @@ $(eval $(call PKG_template,DILLO,dillo,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPEN #TARGET_CFLAGS+= -fcommon #TARGET_CXXFLAGS+= -fcommon -TARGET_LDFLAGS+= -liconv -latomic +TARGET_LDFLAGS+= -latomic CONFIGURE_ENV+= PNG_CONFIG=$(STAGING_TARGET_DIR)/scripts/libpng-config CONFIGURE_ARGS+= --enable-tls |