[libvirt] [PATCH] Use SED variable for `sed` binary in src/Makefile

Mitchell Hashimoto mitchell.hashimoto at gmail.com
Thu Sep 9 06:39:22 UTC 2010


Hi,

I've been trying to get libvirt (client) to cleanly/easily compile on
BSD-based systems (in this case OS X). "./configure" runs fine but the
"make" caused an error with `sed` since BSD sed was reporting some sort of
regex error. I realized that the "SED" variable was populated with "gsed"
which worked properly. This made the make continue (failed again later, will
address that when I can).

This is my first contribution to a C-based project and I don't have much
experience with autotools other than using them as a consumer. Let me know
if anything can be improved.

Thank you,
Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100908/83466f3a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-SED-variable-for-sed-binary-in-src-Makefile.patch
Type: application/octet-stream
Size: 1457 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100908/83466f3a/attachment-0001.obj>


More information about the libvir-list mailing list