diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-06 22:12:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-06 22:12:34 +0200 |
commit | 00ef3199bb7291c3e1e77a5eed3b36f42c6d5874 (patch) | |
tree | f3c49eb936054bd429d0d9fe0feb1e46adf73472 | |
parent | aa14993643524f13b07b5f55167cf8be58777bd2 (diff) |
jack: explicit link with librt
-rw-r--r-- | package/jack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/jack/Makefile b/package/jack/Makefile index a47c286b7..2fe515be4 100644 --- a/package/jack/Makefile +++ b/package/jack/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= jack PKG_VERSION:= 5013bed0b834d0af1ce36077e2b49ed95934fe99 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= audio connection kit (v1) PKG_SECTION:= mm/audio PKG_DEPENDS:= alsa-lib libsndfile libsamplerate libdb @@ -20,6 +20,7 @@ $(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) |