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/quagga | |
parent | 1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff) |
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/quagga')
-rw-r--r-- | package/quagga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/quagga/Makefile b/package/quagga/Makefile index ba1b936bd..b26aad822 100644 --- a/package/quagga/Makefile +++ b/package/quagga/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= 034e21f87164f44f1c4c89d8fafed4acede298fe3fafbf9277f079544178c66b PKG_DESCR:= routing software package PKG_SECTION:= net/route PKG_BUILDDEP:= readline ncurses -PKG_NEEDS:= threads rt +PKG_NEEDS:= threads PKG_URL:= http://www.quagga.net/ PKG_SITES:= http://download.savannah.gnu.org/releases/quagga/ |