forked from kiss-community/repo
openssl: update for new env
This commit is contained in:
parent
67ec103b7c
commit
af75b8a96f
@ -1,9 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# Build with CC for clang compatibility.
|
|
||||||
# If CC is unset, GCC is forced.
|
|
||||||
export CC="${CC:-cc}"
|
|
||||||
|
|
||||||
./Configure \
|
./Configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--openssldir=/etc/ssl \
|
--openssldir=/etc/ssl \
|
||||||
@ -13,12 +9,8 @@ export CC="${CC:-cc}"
|
|||||||
linux-x86_64
|
linux-x86_64
|
||||||
|
|
||||||
make depend
|
make depend
|
||||||
make V=1
|
make
|
||||||
|
make DESTDIR="$1" install_sw install_ssldirs install_man_docs
|
||||||
make DESTDIR="$1" \
|
|
||||||
install_sw \
|
|
||||||
install_ssldirs \
|
|
||||||
install_man_docs
|
|
||||||
|
|
||||||
cp -f update-certdata.sh "$1/etc/ssl"
|
cp -f update-certdata.sh "$1/etc/ssl"
|
||||||
|
|
||||||
@ -31,5 +23,5 @@ cp -f update-certdata.sh "$1/etc/ssl"
|
|||||||
--with-openssl="$1/usr"
|
--with-openssl="$1/usr"
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make install
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user