diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-27 16:28:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-27 16:28:44 +0200 |
commit | ac571963dff2575a232c091c5c5bb40ff2420c75 (patch) | |
tree | c4cb32242316358af124525da0b4b915a85d468f /extra | |
parent | bf32098390bb41cfde0a218b67456b008d1737e4 (diff) | |
download | packages-ac571963dff2575a232c091c5c5bb40ff2420c75.tar.xz |
extra/libsoup: reenabled introspection on i486 (needed for rest?)
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libsoup/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libsoup/PKGBUILD b/extra/libsoup/PKGBUILD index f1f66c6a..a4029856 100644 --- a/extra/libsoup/PKGBUILD +++ b/extra/libsoup/PKGBUILD @@ -23,7 +23,7 @@ eval "$( s/^/[ "${CARCH}" = i486 ] || / p g - s/^\(.*\);$/[ "${CARCH}" != i486 ] || \1 -D vapi=disabled -D introspection=disabled;/ + s/^\(.*\);$/[ "${CARCH}" != i486 ] || \1 -D vapi=disabled;/ } ' )" |