5 Jan
2008
5 Jan
'08
2:50 p.m.
Author: nicodvb Date: Sat Jan 5 15:50:53 2008 New Revision: 994 Log: dd to cut -f 2- instead of -f 2 to permit to catch all characters after the second field delimiter, or values of optval with "-" in them will be truncated. Patch by Diego Pettenò Modified: trunk/libdvdnav/configure2 Modified: trunk/libdvdnav/configure2 ============================================================================== --- trunk/libdvdnav/configure2 (original) +++ trunk/libdvdnav/configure2 Sat Jan 5 15:50:53 2008 @@ -57,7 +57,7 @@ optimizations="-O3" threadlib="-lpthread" for opt do - optval=`echo $opt | cut -d '=' -f 2` + optval=`echo $opt | cut -d '=' -f 2-` case "$opt" in --enable-shared) SHARED=yes ;;
6798
Age (days ago)
6798
Last active (days ago)
0 comments
1 participants
participants (1)
-
nicodvb