components/ruby/puppet/Makefile
changeset 5427 25b736152081
parent 5355 5ccf97c2878d
child 5438 c068f8c677e8
equal deleted inserted replaced
5426:095b7eacbee6 5427:25b736152081
    53 # --sbindir option not supported by Puppet install.rb
    53 # --sbindir option not supported by Puppet install.rb
    54 INSTALL_RB_SBINDIR_OPTION =
    54 INSTALL_RB_SBINDIR_OPTION =
    55 
    55 
    56 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    56 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    57 
    57 
    58 # pass Ruby values onto the package manfiest
       
    59 PKG_MACROS +=	RUBY_VERSION=$(RUBY_VERSION)
       
    60 PKG_MACROS +=	RUBY_LIB_VERSION=$(RUBY_LIB_VERSION)
       
    61 
       
    62 # common targets
    58 # common targets
    63 build:		$(BUILD_64)
    59 build:		$(BUILD_64)
    64 	# Ruby extension for auditing
    60 	# Ruby extension for auditing
    65 	(cd ext; $(RUBY) extconf.rb; $(GMAKE))
    61 	(cd ext; $(RUBY) extconf.rb; $(GMAKE))
    66 
    62