Files
libguestfs/ruby
Pino Toscano 3050a58622 ruby: fix order of CFLAGS
Shuffle the order of the various CFLAGS used when building the Ruby
extension: first the flags from manywarnings (gnulib), then libguestfs
own CFLAGS, and then -DGUESTFS_PRIVATE=1 (so it is not overridden).

This matches also what happens in automake parts, and makes it possible
to override any flags from manywarnings also in the Ruby extension.
2017-08-10 15:03:37 +02:00
..
2017-08-10 15:03:37 +02:00
2017-03-01 15:07:00 +00:00
2017-01-26 15:05:46 +00:00

= Ruby bindings for libguestfs

The module Guestfs provides Ruby bindings for
{the libguestfs API}[http://libguestfs.org/guestfs.3.html].