projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122c420
)
build with fpic on all architectures
author
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
committer
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ae4e71a5359b11810ddc5fa510caf87bd3d4aec2..33f4abc5e5a4a981a2ae4315cf58123d5f8f0214 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-815,11
+815,6
@@
case $host_os in
*)
AC_DEFINE(_GNU_SOURCE,1,[Define to 1 to enable GNU extensions on Linux])
case $host_cpu in
- *i[[3456789]]86*)
- DLLFLAGS="$DLLFLAGS -fno-PIC"
- LDDLLFLAGS="-fno-PIC"
- WINE_TRY_CFLAGS([-fno-PIC -Wl,-z,notext],[LDDLLFLAGS="$LDDLLFLAGS -Wl,-z,notext"])
- ;;
*)
DLLFLAGS="$DLLFLAGS -fPIC"
LDDLLFLAGS="-fPIC" ;;