summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--encap/epkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile
index 6f4cf7277..e6d6b69ff 100644
--- a/encap/epkg/Makefile
+++ b/encap/epkg/Makefile
@@ -13,7 +13,7 @@ export PATH LDFLAGS CPPFLAGS
ZLIB = zlib-1.2.3
LIBTAR = libtar-1.2.11
-OPENSSL = openssl-0.9.8b
+OPENSSL = openssl-0.9.8c
CURL = curl-7.15.4
FGET = fget-1.3.3
EXPAT = expat-2.0.0
@@ -40,4 +40,4 @@ expat:
cd ${EXPAT} && ./configure --disable-shared --prefix=${PREFIX} && $(MAKE) && $(MAKE) install
epkg:
- cd ${EPKG} && ./configure && $(MAKE) && $(MAKE) install \ No newline at end of file
+ cd ${EPKG} && ./configure && $(MAKE) && $(MAKE) install