mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
openssl: to disable mips16, use the new PKG_USE_MIPS16 flag instead of messing with cflags directly
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37771
This commit is contained in:
parent
a1a5f59ea3
commit
648bc811f0
@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=openssl
|
PKG_NAME:=openssl
|
||||||
PKG_VERSION:=1.0.1e
|
PKG_VERSION:=1.0.1e
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.openssl.org/source/ \
|
PKG_SOURCE_URL:=http://www.openssl.org/source/ \
|
||||||
@ -120,7 +121,7 @@ define Build/Configure
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS := $(filter-out -mips16 -minterlink-mips16,$(TARGET_CFLAGS)) $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
# XXX: OpenSSL "make depend" will look for installed headers before its own,
|
# XXX: OpenSSL "make depend" will look for installed headers before its own,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user