strongswan/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
..
lib dumm: Sort templates by name 2013-07-15 14:37:05 +02:00
.gitignore added generated extconf.rb to .gitignore, removed it from distribution 2009-05-25 15:45:05 +02:00
README * ruby extension extracted from irdumm 2008-08-07 14:56:54 +00:00
dumm.c dumm: Fix -Wformat warning in ruby extension 2014-12-10 14:29:19 +01:00
extconf.rb.in Use "-include config.h" when building ruby dumm extension 2012-07-11 18:07:19 +02:00

README

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

Build and Install

  $ ruby extconf.rb
  $ make
  # make install