Skip to content

Commit

Permalink
Merge pull request Homebrew#1438 from marmarama/master
Browse files Browse the repository at this point in the history
Add static libs and dylibs commonly put in /usr/local/lib by Symantec…
  • Loading branch information
MikeMcQuaid authored Nov 6, 2016
2 parents ce2b11f + b864777 commit f8c3a3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def check_for_stray_dylibs
"libublio.*.dylib", # NTFS-3G
"libUFSDNTFS.dylib", # Paragon NTFS
"libUFSDExtFS.dylib", # Paragon ExtFS
"libecomlodr.dylib", # Symantec Endpoint Protection
"libsymsea.*.dylib", # Symantec Endpoint Protection
"sentinel.dylib", # SentinelOne
]

Expand All @@ -196,6 +198,13 @@ def check_for_stray_static_libs
"libntfs-3g.a", # NTFS-3G
"libntfs.a", # NTFS-3G
"libublio.a", # NTFS-3G
"libappfirewall.a", # Symantec Endpoint Protection
"libautoblock.a", # Symantec Endpoint Protection
"libautosetup.a", # Symantec Endpoint Protection
"libconnectionsclient.a", # Symantec Endpoint Protection
"liblocationawareness.a", # Symantec Endpoint Protection
"libpersonalfirewall.a", # Symantec Endpoint Protection
"libtrustedcomponents.a", # Symantec Endpoint Protection
]

__check_stray_files "/usr/local/lib", "*.a", white_list, <<-EOS.undent
Expand Down

0 comments on commit f8c3a3c

Please sign in to comment.