parent
4197e36659
commit
bdb4afb713
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'retroshare'
|
# Template file for 'retroshare'
|
||||||
pkgname=retroshare
|
pkgname=retroshare
|
||||||
version=0.6.2
|
version=0.6.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
wrksrc="RetroShare-${version}"
|
wrksrc="RetroShare-${version}"
|
||||||
homepage="http://retroshare.github.io"
|
homepage="http://retroshare.github.io"
|
||||||
|
@ -20,5 +20,5 @@ checksum=76a3ae2f2089b14562d5be34602f5ae3c73a8549aecee246ea5e67d03018de2b
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i \
|
sed -i \
|
||||||
's/OPENSSL_VERSION_NUMBER < 0x10100000L/\0 || defined(LIBRESSL_VERSION_NUMBER)/' \
|
's/OPENSSL_VERSION_NUMBER < 0x10100000L/\0 || defined(LIBRESSL_VERSION_NUMBER)/' \
|
||||||
`grep -lr 'OPENSSL_VERSION_NUMBER < 0x10100000L'`
|
$(grep -lr 'OPENSSL_VERSION_NUMBER < 0x10100000L')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue