From 0643a933a57897a9695ce566780eaabcb88937b7 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Tue, 3 Oct 2006 19:05:36 +0000 Subject: 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 --- encap/epkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'encap') 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 -- cgit v1.2.3-1-g7c22