let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / dropbear / patches / 150-dbconvert_standalone.patch
1 --- dropbear-0.47.old/options.h 2006-01-31 13:36:25.301562500 +0100
2 +++ dropbear-0.47.dev/options.h 2006-01-31 13:37:41.846346250 +0100
3 @@ -5,6 +5,11 @@
4  #ifndef _OPTIONS_H_
5  #define _OPTIONS_H_
6  
7 +#if !defined(DROPBEAR_CLIENT) && !defined(DROPBEAR_SERVER)
8 +#define DROPBEAR_SERVER
9 +#define DROPBEAR_CLIENT
10 +#endif
11 +
12  /******************************************************************
13   * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif"
14   * parts are to allow for commandline -DDROPBEAR_XXX options etc.