let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / openser / patches / cfg.lex.patch
1 --- openser-1.0.0-tls.orig/cfg.lex      2005-09-02 17:34:41.000000000 +0200
2 +++ openser-1.0.0-tls/cfg.lex   2006-01-05 01:34:50.279630928 +0100
3 @@ -85,6 +85,10 @@
4         static char* addstr(struct str_buf *, char*, int);
5         static void count();
6  
7 +       int yywrap(void)
8 +       {
9 +               return 1;
10 +       }
11  
12  %}
13