ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/mkdistro
(Generate patch)

Comparing gvpe/mkdistro (file contents):
Revision 1.4 by pcg, Fri Oct 17 01:39:12 2003 UTC vs.
Revision 1.5 by pcg, Sun Oct 19 17:11:15 2003 UTC

36 ;; 36 ;;
37 darwin ) 37 darwin )
38 HOST=root@imac.laendle 38 HOST=root@imac.laendle
39 BASE=/Users/schmorp 39 BASE=/Users/schmorp
40 CONFIGURE="$CONFIGURE --enable-icmp --with-openssl-include=$BASE/include" 40 CONFIGURE="$CONFIGURE --enable-icmp --with-openssl-include=$BASE/include"
41 MAKE="LIBS='$BASE/lib/libcrypto.a -lintl'" 41 MAKE="make LIBS='$BASE/lib/libcrypto.a -lintl'"
42 ;; 42 ;;
43 cygwin ) 43 cygwin )
44 HOST=vm 44 HOST=vm
45 CONFIGURE="$CONFIGURE --enable-icmp" 45 CONFIGURE="$CONFIGURE --enable-icmp"
46 ;; 46 ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines