fix ruby compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 27 Sep 2008 13:38:17 +0000 (13:38 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 27 Sep 2008 13:38:17 +0000 (13:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12728 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/ruby/Makefile

index d8b283a..10ea51e 100644 (file)
@@ -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)" \