diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index c1f06804712a235d33a00be4bb78937dce68fba3..1a35a2c07b10229932bf82bea90dfc8adbeb2e84 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -183,14 +183,6 @@ elseif(LINUX)
             ${EXPAT_COPY}
             )
 
-     if( USE_AUTOBUILD_3P )
-         list( APPEND release_files
-                 libjpeg.so
-                 libjpeg.so.8
-                 libjpeg.so.8.3.2
-                 )
-     endif()
-
     if (TARGET ll::fmodstudio)
       list(APPEND debug_files libfmodL.so)
       list(APPEND release_files libfmod.so)
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 4746a6e6cdc105da88e1329e673452170b4810e5..fd4c1df6be9b17545cec78542ee1d58e45ae2260 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1316,7 +1316,6 @@ def construct(self):
         with self.prefix(src=relpkgdir, dst="lib"):
             self.path("libSDL2*.so*")
             self.path("libopenjp2.*so*")
-            self.path("libjpeg.so*")
 
             if self.args['openal'] == 'ON' or self.args['openal'] == 'TRUE':
                 self.path("libalut.so*")
@@ -1354,7 +1353,6 @@ def construct(self):
         with self.prefix(src=relpkgdir, dst="lib"):
             self.path("libSDL2*.so*")
             self.path("libopenjp2.*so*")
-            self.path("libjpeg.so*")
             self.path("libsdbus-c++.so*")
 
             if self.args['openal'] == 'ON' or self.args['openal'] == 'TRUE':