diff options
| author | Mike McQuaid | 2016-11-06 19:30:13 +0000 |
|---|---|---|
| committer | GitHub | 2016-11-06 19:30:13 +0000 |
| commit | f8c3a3cc484e935aaaecf2d2848c2a6b68325922 (patch) | |
| tree | 03c9d0e2b04d42501a66455ce24d34fbfb835583 | |
| parent | ce2b11fd656e85a2cd73f45b4ac25fd34b1599cf (diff) | |
| parent | b8647778ee2d9ea7bc5a6c3cd7a5812c7d7ea9c8 (diff) | |
| download | brew-f8c3a3cc484e935aaaecf2d2848c2a6b68325922.tar.bz2 | |
Merge pull request #1438 from marmarama/master
Add static libs and dylibs commonly put in /usr/local/lib by Symantec…
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 63ac008f0..e499c4d3b 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -175,6 +175,8 @@ module Homebrew "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 ] @@ -196,6 +198,13 @@ module Homebrew "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 |
