Revision 144
- Date:
- 2009/09/16 20:57:00
- Files:
Legend:
- Added
- Removed
- Modified
-
recepies/amt/openamt/2.lms.diff
1 Index: src/LMEConnection.cpp 2 =================================================================== 3 --- src/LMEConnection.cpp (revision 213) 4 +++ src/LMEConnection.cpp (working copy) 5 @@ -41,6 +41,8 @@ 6 #include <arpa/inet.h> 7 #endif 8 9 +#include <pthread.h> 10 + 11 #define HECI_BUFF_SIZE 0x1000 12 #define HECI_IO_TIMEOUT 5000 13 -
recepies/amt/openamt/2.lms.sh
1 #!/bin/sh 2 3 test -d lms || svn co https://openamt.svn.sourceforge.net/svnroot/openamt/lms/trunk lms 4 5 cd lms && patch -N -p0 < ../2.lms.diff 6 cd - 7 8 test -x lms/src/lms || ( cd lms && ./bootstrap.sh && ./configure --enable-debug && make ) 9