From 43efac37ab9fd12a584d1969329de9794209c9a8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Dec 2008 22:10:35 +0000 Subject: rxvt: don't use getpt() uClibc can be (and per default is) configured to not implement the glibc function getpt(3), so use the non-getpt rxvt configuration. --- package/rxvt/rxvt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rxvt/rxvt.mk') diff --git a/package/rxvt/rxvt.mk b/package/rxvt/rxvt.mk index 2cf1fad89..e28d7dfc7 100644 --- a/package/rxvt/rxvt.mk +++ b/package/rxvt/rxvt.mk @@ -42,7 +42,7 @@ $(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked (cd $(RXVT_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ - rxvt_cv_ptys=GLIBC \ + rxvt_cv_ptys=USG \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ -- cgit v1.2.3