X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b3ce8c96a5b3dc77c60632f55f648b106ea062f5..20a7f3860feb4de763d6576e090498e1436a4cd5:/package/openssl/Makefile diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 6428552a4..55c9a1c62 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -1,16 +1,15 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=0.9.8k -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ @@ -94,8 +93,9 @@ endef TARGET_CFLAGS += $(FPIC) define Build/Compile - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) + # XXX: OpenSSL "make depend" will look for installed headers before its own, + # so remove installed stuff first + -$(SUBMAKE) -j1 clean-staging $(MAKE) -C $(PKG_BUILD_DIR) \ MAKEDEPPROG="$(TARGET_CROSS)gcc" \ OPENWRT_OPTIMIZATION_FLAGS="$(TARGET_CFLAGS)" \