mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
Update sysroot package list
This commit is contained in:
parent
c9a3d4efa4
commit
39041ee95e
@ -16,8 +16,6 @@ DEBIAN_PACKAGES='
|
|||||||
libgcc1
|
libgcc1
|
||||||
libgomp1
|
libgomp1
|
||||||
libatomic1
|
libatomic1
|
||||||
libasan3
|
|
||||||
libubsan0
|
|
||||||
libstdc++6
|
libstdc++6
|
||||||
libnspr4
|
libnspr4
|
||||||
libnspr4-dev
|
libnspr4-dev
|
||||||
@ -26,16 +24,26 @@ DEBIAN_PACKAGES='
|
|||||||
libsqlite3-0
|
libsqlite3-0
|
||||||
'
|
'
|
||||||
|
|
||||||
|
DEBIAN_PACKAGES_AMD64='
|
||||||
|
liblsan0
|
||||||
|
libtsan0
|
||||||
|
'
|
||||||
DEBIAN_PACKAGES_X86='
|
DEBIAN_PACKAGES_X86='
|
||||||
|
libasan3
|
||||||
libcilkrts5
|
libcilkrts5
|
||||||
libitm1
|
libitm1
|
||||||
libmpx2
|
libmpx2
|
||||||
libquadmath0
|
libquadmath0
|
||||||
|
libubsan0
|
||||||
'
|
'
|
||||||
DEBIAN_PACKAGES_ARM='
|
DEBIAN_PACKAGES_ARM='
|
||||||
|
libasan3
|
||||||
|
libubsan0
|
||||||
'
|
'
|
||||||
DEBIAN_PACKAGES_ARM64='
|
DEBIAN_PACKAGES_ARM64='
|
||||||
|
libasan3
|
||||||
libitm1
|
libitm1
|
||||||
|
libubsan0
|
||||||
'
|
'
|
||||||
|
|
||||||
# Disables libdbus workarounds
|
# Disables libdbus workarounds
|
||||||
|
Loading…
Reference in New Issue
Block a user