Skip to content

Commit

Permalink
[phantomjs] Move core/patchelf to a build dep.
Browse files Browse the repository at this point in the history
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
  • Loading branch information
fnichol committed Oct 31, 2016
1 parent 5d08faf commit 497832e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phantomjs/plan.sh
Expand Up @@ -9,12 +9,12 @@ pkg_shasum=86dd9a4bf4aee45f1a84c9f61cf1947c1d6dce9b9e8d2a907105da7852460d2f

# Ensure we depend on all the libraries that the prebuilt phantomjs
# links against here:
pkg_deps=(core/glibc core/freetype core/fontconfig core/patchelf
pkg_deps=(core/glibc core/freetype core/fontconfig
core/zlib core/libpng core/expat core/gcc-libs)

# We need curl instead of wget because wget doesn't work for
# downloading from bitbucket URLs. Sometimes.
pkg_build_deps=(core/curl core/cacerts)
pkg_build_deps=(core/curl core/cacerts core/patchelf)

pkg_bin_dirs=(bin)

Expand Down

0 comments on commit 497832e

Please sign in to comment.