diff options
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index f3dcde488..f3c3f5881 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -16,7 +16,7 @@ MASTER_SITES:= http://ftp.ruby-lang.org/pub/ruby/stable/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,RUBY,ruby,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,RUBY,ruby,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes |