Files
strongswan-ext/src/dumm/ext
Martin Willi 48633b1844 dumm: Fix -Wformat warning in ruby extension
In recent ruby versions, extensions get built with -Wformat. As we use custom
printf specifiers, that does not work for us. As there does not seem to be a
reliable way to override -Wformat, we use a variable for the format string,
which prevents gcc from doing the -Wformat check in that particular situation.
2014-12-10 14:29:19 +01:00
..
2013-07-15 14:37:05 +02:00

DUMM Ruby Extension
===================

Build and Install

  $ ruby extconf.rb
  $ make
  # make install