X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Flibs%2Fopenssl%2FMakefile;h=8f4f93d8529517608c26bc300b6c7952c467ecf0;hp=8b0f5243bbf3d7acc7bf21e86f0445f305782373;hb=708b69fb318d6aa29757faba92f3952ab0379aee;hpb=c9bd251aa099425ea7eeba9376ac6a9ec4c3c912;ds=sidebyside diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 8b0f5243bb..8f4f93d852 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=1.0.1e PKG_RELEASE:=2 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ @@ -120,7 +121,7 @@ define Build/Configure ) endef -TARGET_CFLAGS := $(filter-out -mips16 -minterlink-mips16,$(TARGET_CFLAGS)) $(FPIC) +TARGET_CFLAGS += $(FPIC) define Build/Compile # XXX: OpenSSL "make depend" will look for installed headers before its own,