summaryrefslogtreecommitdiff
path: root/package/jack
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-03 13:22:22 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-03 13:31:01 +0200
commitc3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch)
tree2980934b182bb2b27401cc7c2c859a498e8896cc /package/jack
parent1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff)
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/jack')
-rw-r--r--package/jack/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/jack/Makefile b/package/jack/Makefile
index 2fe515be4..694b4f42b 100644
--- a/package/jack/Makefile
+++ b/package/jack/Makefile
@@ -10,7 +10,7 @@ PKG_DESCR:= audio connection kit (v1)
PKG_SECTION:= mm/audio
PKG_DEPENDS:= alsa-lib libsndfile libsamplerate libdb
PKG_BUILDDEP:= db python2-host alsa-lib libsndfile libsamplerate
-PKG_NEEDS:= threads rt c++
+PKG_NEEDS:= threads c++
PKG_URL:= http://jackaudio.org
PKG_SITES:= git://github.com/jackaudio/jack1.git
@@ -20,7 +20,6 @@ $(eval $(call PKG_template,JACK,jack,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS
XAKE_FLAGS+= GCC_HONOUR_COPTS=s
AUTOTOOL_STYLE:= autogen
-TARGET_LDFLAGS+= -lrt
post-extract:
(cd $(WRKBUILD); git submodule init)