From 8680e1d07d16c7e6040210b9cebe57ccc669130d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 3 Sep 2007 05:00:38 +0000 Subject: use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L... SVN-Revision: 8578 --- package/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/openssl') diff --git a/package/openssl/Makefile b/package/openssl/Makefile index c1e2d9a..015404d 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -69,8 +69,8 @@ define Build/Configure ./Configure linux-openwrt \ --prefix=/usr \ --openssldir=/etc/ssl \ - -I$(STAGING_DIR)/usr/include \ - -L$(STAGING_DIR)/usr/lib -ldl \ + $(TARGET_CPPFLAGS) \ + $(TARGET_LDFLAGS) -ldl \ -DOPENSSL_SMALL_FOOTPRINT \ $(OPENSSL_NO_CIPHERS) \ $(OPENSSL_OPTIONS) \ -- cgit v1.1