diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-04 19:16:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-04 19:16:19 +0000 |
commit | 1fc3f2f3de0f731c2869a48f951557eed6704218 (patch) | |
tree | e5fa011e92f78d0feab200dde260ba21561e76d0 /make/openssl.mk | |
parent | 36830baea210bba2490f643a1d147bf9adb2b62b (diff) |
Rework things to ensure we are cross compiling. Teach problematic
apps like openssh to cross compile. This eliminates the need for
the magic ld-uClibc.so.0 symlink in /lib
Diffstat (limited to 'make/openssl.mk')
-rw-r--r-- | make/openssl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/openssl.mk b/make/openssl.mk index 5bb67fca6..a2416d26a 100644 --- a/make/openssl.mk +++ b/make/openssl.mk @@ -6,8 +6,8 @@ # TARGETS OPENSSL_SITE:=http://www.openssl.org/source -OPENSSL_SOURCE:=openssl-0.9.7.tar.gz -OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7 +OPENSSL_SOURCE:=openssl-0.9.7a.tar.gz +OPENSSL_DIR:=$(BUILD_DIR)/openssl-0.9.7a OPENSSL_PATCH=$(SOURCE_DIR)/openssl.patch $(DL_DIR)/$(OPENSSL_SOURCE): |