X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/079261ca7b428a065039426f2d9d4daf851933c9..bf7dc6ecbc25bbb4451523ef8f19cd51cd0a0140:/package/openssl/Makefile diff --git a/package/openssl/Makefile b/package/openssl/Makefile index c1e2d9ac8..015404d90 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) \