diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:22:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:31:01 +0200 |
commit | c3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch) | |
tree | 2980934b182bb2b27401cc7c2c859a498e8896cc /package/firefox | |
parent | 1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff) |
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/firefox')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 37ef8dbaa..6716ae048 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -17,7 +17,7 @@ PKG_BUILDDEP:= alsa-lib glib libgtk2 libIDL libX11 mesa libtiff gdk-pixbuf PKG_BUILDDEP+= nspr nss libjpeg-turbo libXt fontconfig sqlite atk libpng hicolor-icon-theme PKG_BUILDDEP+= libvpx pango gettext-tiny bzip2 libevent bzip2-host python2-host yasm-host PKG_BUILDDEP+= zip-host -PKG_NEEDS:= threads rt c++ +PKG_NEEDS:= threads c++ PKG_URL:= http://www.mozilla.org/ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(PKG_VERSION)/source/ PKG_NOPARALLEL:= 1 |