diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:34:13 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:34:13 +0100 |
| commit | 902ee7e7b23751ca7a8264d36a837aa4aae12032 (patch) | |
| tree | 56c6b37cd9afd91d176cd75acb77bf32ccd20378 /package/ruby/Makefile | |
| parent | 3d45df344602687c8983f5fb609721aa8ca2469f (diff) | |
| parent | 52dbdcd1045c7a8ad96753593540719cff9f8863 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ruby/Makefile')
| -rw-r--r-- | package/ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index 8f225a847..e85a609c0 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -23,7 +23,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,RUBY,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) MAKE_FILE:= GNUmakefile -XAKE_FLAGS+= optflags='' debugflags='' BASERUBY="${WRKBUILD}/hostruby" +XAKE_FLAGS+= optflags='' debugflags='' BASERUBY="${WRKBUILD}/hostruby" \ + dldflags="$(TARGET_LDFLAGS)" # uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes CONFIGURE_ARGS+= --disable-install-doc |
