Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9116)

Unified Diff: chrome/installer/linux/rpm/build.sh

Issue 2271063004: Linux: Remove old installer dependency on libcurl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/linux/debian/build.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/rpm/build.sh
diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh
index 89709f765e4d7024cdc69c1ca2998c357fbdfa22..8f7e6ead17674fd26b41b00edc272e7220a3cd2d 100755
--- a/chrome/installer/linux/rpm/build.sh
+++ b/chrome/installer/linux/rpm/build.sh
@@ -130,8 +130,6 @@ do_package() {
# lsb implies many dependencies.
#
- # libcurl was for NPAPI Flash. TODO(thestig): Remove?
- #
# nss (bundled) is optional in LSB 4.0. Also specify a more recent version
# for security and stability updates.
#
@@ -155,7 +153,6 @@ do_package() {
# TODO(thestig): Use the liberation-fonts package once its available on all
# supported distros.
DEPENDS="lsb >= 4.0, \
- libcurl.so.4${EMPTY_VERSION}${PKG_ARCH}, \
libnss3.so(NSS_3.19.1)${PKG_ARCH}, \
libstdc++.so.6(GLIBCXX_3.4.18)${PKG_ARCH}, \
wget, \
« no previous file with comments | « chrome/installer/linux/debian/build.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698