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

Comparing gvpe/mkdistro (file contents):
Revision 1.5 by pcg, Sun Oct 19 17:11:15 2003 UTC vs.
Revision 1.6 by pcg, Sat Jan 17 14:50:40 2004 UTC

35 CONFIGURE="$CONFIGURE --enable-icmp --with-openssl-include=/usr/local/ssl/include --with-openssl-lib=/usr/local/ssl/lib" 35 CONFIGURE="$CONFIGURE --enable-icmp --with-openssl-include=/usr/local/ssl/include --with-openssl-lib=/usr/local/ssl/lib"
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 --with-libintl-prefix=/sw"
41 MAKE="make LIBS='$BASE/lib/libcrypto.a -lintl'" 41 MAKE="make LIBS='$BASE/lib/libcrypto.a -L/sw/lib -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