diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
commit | e45bc457ab9015c50a9f4e22ac248d780de826fe (patch) | |
tree | e657718ecddc852ae897cd0e057624b295fc0d48 /package/rxvt-unicode/Makefile | |
parent | 686a06394ba839d3f246a2bb3acc152da5167c2f (diff) |
fix release build for uClibc raspberry-pi
Diffstat (limited to 'package/rxvt-unicode/Makefile')
-rw-r--r-- | package/rxvt-unicode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rxvt-unicode/Makefile b/package/rxvt-unicode/Makefile index e3a7f1ff4..0ffe3ad00 100644 --- a/package/rxvt-unicode/Makefile +++ b/package/rxvt-unicode/Makefile @@ -23,6 +23,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,RXVT_UNICODE,rxvt-unicode,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TARGET_LDFLAGS+= -lpthread CONFIGURE_ARGS+= --disable-perl \ --disable-utmp \ --disable-afterimage |