diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-03 18:29:07 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-03 18:29:07 +0000 |
commit | da00b0d7bfb585b73310e6d9e41a1c40a2062529 (patch) | |
tree | 6135a430a18d2f61f7d3ab40c7d1ceed9c3918aa /encap/epkg | |
parent | c300c760203a02cf747168ed35421654fad725f6 (diff) | |
download | bcfg2-da00b0d7bfb585b73310e6d9e41a1c40a2062529.tar.gz bcfg2-da00b0d7bfb585b73310e6d9e41a1c40a2062529.tar.bz2 bcfg2-da00b0d7bfb585b73310e6d9e41a1c40a2062529.zip |
EncapPackages: update for openssl
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2375 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/epkg')
-rw-r--r-- | encap/epkg/Makefile | 4 |
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 |