How to send build options to 'rake gems:build'?

Greetings,

I need to give the following options to a mysql gem in my vendor/gems folder (created with 'rake gems:unpack'):

--with-mysql-dir=/usr/local/mysql

How can I pass that option along when doing 'rake gems:build'?

Thanks!