wineinstall patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog:
Make sure prefix is actually honoured by configure.
Temporary hack for redhat users to enable NPTL


Yes, I know that last one is unclean, but it's quick and simple and will
resolve ~80% of the cases of NPTLitis seen on IRC at any rate.

thanks -mike
Index: ./tools/wineinstall
===================================================================
RCS file: /home/wine/wine/tools/wineinstall,v
retrieving revision 1.53
diff -u -r1.53 wineinstall
--- ./tools/wineinstall	22 Apr 2003 04:03:08 -0000	1.53
+++ ./tools/wineinstall	13 May 2003 11:59:03 -0000
@@ -152,6 +152,11 @@
 echo "WINE Installer v0.74"
 echo
 
+# check for redhat 9 so we can enable --with-nptl until runtime detection is complete
+if cat /etc/redhat-release | grep Shrike &>/dev/null; then
+    CONFARGS="$CONFARGS --with-nptl"
+fi
+
 if [ "$BINDIST" = 'no' ]
 then {
 
@@ -227,7 +232,7 @@
   else {
     echo "Running configure..."
     echo
-    if ! ./configure -C $CONFARGS
+    if ! ./configure -C $CONFARGS --prefix=$prefix
     then {
       echo
       echo "Configure failed, aborting install."

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux