ucspi-ssl: update to 0.11.4.
This commit is contained in:
parent
4e8cb3b498
commit
dd35e95db0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ucspi-ssl'
|
# Template file for 'ucspi-ssl'
|
||||||
pkgname=ucspi-ssl
|
pkgname=ucspi-ssl
|
||||||
reverts="0.99e_3 0.99e_2 0.99e_1"
|
reverts="0.99e_3 0.99e_2 0.99e_1"
|
||||||
version=0.11.3
|
version=0.11.4
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="host/superscript.com/net/${pkgname}-${version}/src"
|
build_wrksrc="host/superscript.com/net/${pkgname}-${version}/src"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://www.fehcom.de/ipnet/ucspi-ssl.html"
|
homepage="http://www.fehcom.de/ipnet/ucspi-ssl.html"
|
||||||
distfiles="http://www.fehcom.de/ipnet/ucspi-ssl/ucspi-ssl-${version}.tgz"
|
distfiles="http://www.fehcom.de/ipnet/ucspi-ssl/ucspi-ssl-${version}.tgz"
|
||||||
checksum=97fd037f8fd30c5286c119dd53d6bff33c5f1074e9740a349913949a85495a61
|
checksum=af008920a711cbe9ffbc1d17d790a7e00ba11a8df4aadace3ca43055b2b0d070
|
||||||
# ad hoc build system breaks parallel build and cross-compilation
|
# ad hoc build system breaks parallel build and cross-compilation
|
||||||
disable_parallel_build="ad hoc build system breaks parallel build"
|
disable_parallel_build="ad hoc build system breaks parallel build"
|
||||||
|
|
||||||
|
@ -25,14 +25,14 @@ pre_build() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pwd >home
|
pwd >home
|
||||||
echo "${CC} ${CFLAGS}" >../conf-cc
|
echo "${CC} ${CFLAGS} -I${XBPS_CROSS_BASE}/usr/include/fehQlibs" >../conf-cc
|
||||||
echo "${CC} ${LDFLAGS}" >../conf-ld
|
echo "${CC} ${LDFLAGS}" >../conf-ld
|
||||||
echo "/etc/ssl/certs" >../conf-cadir
|
echo "/etc/ssl/certs" >../conf-cadir
|
||||||
echo "/etc/ssl/certs.pem" >../conf-cafile
|
echo "/etc/ssl/certs.pem" >../conf-cafile
|
||||||
echo "/usr" >../conf-home
|
echo "/usr" >../conf-home
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
echo "${BUILD_CC} ${BUILD_CFLAGS} -c "'"$@"' >compile-host
|
echo "${BUILD_CC} ${BUILD_CFLAGS} -I/usr/include/fehQlibs -c "'"$@"' >compile-host
|
||||||
echo 'main="$1"; shift; '"${BUILD_CC} ${BUILD_LDFLAGS}"'-o "$main" "$main.o" "$@" -ldnsresolv -lqlibs' >load-host
|
echo 'main="$1"; shift; '"${BUILD_CC} ${BUILD_LDFLAGS}"'-o "$main" "$main.o" "$@" -ldnsresolv -lqlibs' >load-host
|
||||||
chmod +x compile-host load-host
|
chmod +x compile-host load-host
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue