#16245: gnutls 3.2.12 fails to compile
-----------------------+---------------------------------------
Reporter: 42@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Attitude Adjustment 12.09
Component: packages | Version: Trunk
Resolution: | Keywords: gnutls
-----------------------+---------------------------------------
Comment (by 42@…):
Yes, exactly.
May I propose that you incorporate that patch?
{{{#!diff
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile
index 9544ffb..d7908b3 100644
--- a/libs/gnutls/Makefile
+++ b/libs/gnutls/Makefile
@@ -151,8 +151,10 @@ CONFIGURE_ARGS += --enable-cryptodev
endif
# XXX: AM_CFLAGS duplicates with CFLAGS
+ifneq ($(ARCH),x86_64)
MAKE_FLAGS:= \
- AM_CFLAGS="" \
+ AM_CFLAGS=""
+endif
TARGET_CFLAGS += $(FPIC)
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/16245#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets