mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
libgda: change vsed call to not break OpenSSL
This commit is contained in:
parent
e874ce4fe4
commit
1efd1b3671
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ post_extract() {
|
|||
recode ISO-8859-1..UTF-8 "${f}"
|
||||
done
|
||||
#Fix LibreSSL build error
|
||||
vsed -e 's,defined(LIBRESSL,!defined(LIBRESSL,' -i providers/sqlcipher/sqlite3.c
|
||||
vsed -e 's,defined(LIBRESSL,!defined(OPENSSL,' -i providers/sqlcipher/sqlite3.c
|
||||
}
|
||||
|
||||
libgda-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue