summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2023-02-26 01:38:05 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-02-26 01:38:05 +0100
commitb241355a60851f86e704693a92e13a65ee728f56 (patch)
treed511453b5b5eff1125f77a2ecbe71b7801d4d8c8
parent62f1d8bc2a4a7df89ac11b8d989cfb68ad6bf070 (diff)
Add a bunch of DLLs to ignorecib-6.1-41distro/cib/libreoffice-6-1
Since they're placed in multiple places in work/instdir Change-Id: I34c2378da6b08fc8555288693eb83d39f130ec24
-rwxr-xr-xbin/symstore.sh20
1 files changed, 18 insertions, 2 deletions
diff --git a/bin/symstore.sh b/bin/symstore.sh
index 564739a0279f..a0c35a48ead5 100755
--- a/bin/symstore.sh
+++ b/bin/symstore.sh
@@ -14,8 +14,24 @@ BLACK_LIST="python.exe"
# occurence in the build tree. Files _not_ included here will generate
# an error, if duplicates are found.
#
-# Same format as for BLACK_LIST above above
-MOREPDBS_OKLIST="libcurl.dll"
+# Same format as for BLACK_LIST above
+MOREPDBS_OKLIST="libcurl.dll
+libcrypto-1_1.dll
+libssl-1_1.dll
+freebl3.dll
+libeay32.dll
+nspr4.dll
+nss3.dll
+nssckbi.dll
+nssdbm3.dll
+nssutil3.dll
+plc4.dll
+plds4.dll
+smime3.dll
+softokn3.dll
+sqlite3.dll
+ssl3.dll
+ssleay32.dll"
add_pdb()