arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

This will fix issues on FreeBSD regarding the "cd ." issue. Non-theoretical, has been tested in the wild. #36

Closed mckinnsb closed 13 years ago

mckinnsb commented 13 years ago

The important part of this fix involves dividing the make script in two; running a separate external script for make install effectively refreshes the directory index and allows the build to proceed.

evan commented 13 years ago

Doesn't apply cleanly; do you have latest master?

mckinnsb commented 13 years ago

Not yet; sorry, saw your update RE: BSD fixes and thought that might help, ill clean it up after work today and submit another pull request. Took me a while to figure this out :)