Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c6d6dcee
Commit
c6d6dcee
authored
Mar 07, 2016
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Don't create makefiles in directories that are symlinks in a Wow64 build.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eee837e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
aclocal.m4
aclocal.m4
+4
-0
configure
configure
+6
-3
configure.ac
configure.ac
+3
-3
No files found.
aclocal.m4
View file @
c6d6dcee
...
...
@@ -299,6 +299,10 @@ wine_fn_config_makefile ()
ac_enable=$[2]
ac_flags=$[3]
case $ac_dir in
dnl These are created as symlinks for wow64 builds
fonts|server) test -z "$with_wine64" || return ;;
esac
AS_VAR_IF([$ac_enable],[no],[wine_fn_disabled_rules; return])
wine_fn_all_rules
wine_fn_install_rules
...
...
configure
View file @
c6d6dcee
...
...
@@ -7511,6 +7511,9 @@ wine_fn_config_makefile ()
ac_enable
=
$2
ac_flags
=
$3
case
$ac_dir
in
fonts|server
)
test
-z
"
$with_wine64
"
||
return
;;
esac
if
eval test
\"
x
\$
"
$ac_enable
"
\"
=
x
"no"
;
then
:
wine_fn_disabled_rules
;
return
fi
...
...
@@ -18263,15 +18266,15 @@ fi
if
test
-n
"
$with_wine64
"
then
wine_fn_append_rule
"all: fonts server
tools
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader
fonts server
tools
:
wine_fn_append_rule
"all: fonts server
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader
fonts server:
\$
(RM)
\$
@ &&
\$
(LN_S)
$with_wine64
/
\$
@
\$
@
$with_wine64
/loader/wine:
\$
(RM)
\$
@ &&
\$
(LN_S)
$ac_pwd
/loader/wine
\$
@
$with_wine64
/loader/wine-preloader:
\$
(RM)
\$
@ &&
\$
(LN_S)
$ac_pwd
/loader/wine-preloader
\$
@
clean::
\$
(RM) fonts server
tools
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader"
\$
(RM) fonts server
$with_wine64
/loader/wine
$with_wine64
/loader/wine-preloader"
else
WINELOADER_INSTALL
=
"wine.inf"
...
...
configure.ac
View file @
c6d6dcee
...
...
@@ -3596,15 +3596,15 @@ fi
if test -n "$with_wine64"
then
WINE_APPEND_RULE(
[all: fonts server
tools
$with_wine64/loader/wine $with_wine64/loader/wine-preloader
fonts server
tools
:
[all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
fonts server:
\$(RM) \$[@] && \$(LN_S) $with_wine64/\$[@] \$[@]
$with_wine64/loader/wine:
\$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine \$[@]
$with_wine64/loader/wine-preloader:
\$(RM) \$[@] && \$(LN_S) $ac_pwd/loader/wine-preloader \$[@]
clean::
\$(RM) fonts server
tools
$with_wine64/loader/wine $with_wine64/loader/wine-preloader])
\$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader])
else
AC_SUBST(WINELOADER_INSTALL,"wine.inf")
WINE_APPEND_RULE(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment