no-libfl.patch 290 B

123456789101112
  1. diff -urN radvd-0.7.3.old/scanner.l radvd-0.7.3/scanner.l
  2. --- radvd-1.2.orig/scanner.l 2008-10-14 13:34:09.000000000 +0200
  3. +++ radvd-1.2/scanner.l 2009-05-30 17:06:39.028934539 +0200
  4. @@ -21,6 +21,8 @@
  5. extern char *conf_file;
  6. +int yywrap(void) { return 1; }
  7. +
  8. int num_lines = 1;
  9. %}