summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-03 19:05:36 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-03 19:05:36 +0000
commit0643a933a57897a9695ce566780eaabcb88937b7 (patch)
treee48a3ff65e07dcaa1c9ec1feb24797332d33f116 /encap
parent5abb402ce78c2d41b339fe192aba4b07eb755bc2 (diff)
downloadbcfg2-0643a933a57897a9695ce566780eaabcb88937b7.tar.gz
bcfg2-0643a933a57897a9695ce566780eaabcb88937b7.tar.bz2
bcfg2-0643a933a57897a9695ce566780eaabcb88937b7.zip
EncapPackages: Changes to work with Redhat 6.0. (For Redhat 6.0, you
also need to use fget-1.2.9 instead of the listed fget-1.3.3) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2377 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r--encap/epkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile
index e6d6b69ff..b9c96efad 100644
--- a/encap/epkg/Makefile
+++ b/encap/epkg/Makefile
@@ -6,7 +6,7 @@
BASEDIR = /usr/local
ENCAPDIR = ${BASEDIR}/encap
PREFIX = /tmp/epkg-static-libs
-PATH = ${PREFIX}/bin:/usr/sfw/bin:/usr/ccs/bin:/usr/local/bin:/opt/csw/bin:/usr/sbin:/usr/bin
+PATH = ${PREFIX}/bin:/usr/sfw/bin:/usr/ccs/bin:/usr/local/bin:/opt/csw/bin:/usr/sbin:/usr/bin:/bin
LDFLAGS = -L${PREFIX}/lib
CPPFLAGS = -I${PREFIX}/include
export PATH LDFLAGS CPPFLAGS
@@ -28,7 +28,7 @@ libtar:
cd ${LIBTAR} && ./configure --disable-encap --disable-epkg-install --prefix=${PREFIX} && $(MAKE) && $(MAKE) install
openssl:
- cd ${OPENSSL} && ./config --prefix=${PREFIX} zlib no-shared && $(MAKE) && $(MAKE) install
+ cd ${OPENSSL} && ./config --prefix=${PREFIX} zlib no-asm no-shared && $(MAKE) && $(MAKE) install
curl:
cd ${CURL} && ./configure --disable-ipv6 --disable-shared --prefix=${PREFIX} && $(MAKE) && $(MAKE) install