From deebaa20d1e02bd8141c4f814adc82707977f4dd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 27 Sep 2008 13:38:17 +0000 Subject: [PATCH] fix ruby compile SVN-Revision: 12728 --- lang/ruby/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index d8b283a00..10ea51e2f 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -182,7 +182,9 @@ CONFIGURE_ARGS += \ --disable-ipv6 \ CONFIGURE_VARS += \ - ac_cv_func_setpgrp_void=yes \ + ac_cv_func_setpgrp_void=yes + +TARGET_LDFLAGS += -L$(PKG_BUILD_DIR) MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ -- 2.30.2