projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656417f
)
build with fpic on all architectures
author
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
committer
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
Gbp-Pq: Topic fixes
Gbp-Pq: Name fpic.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 42d52f5da3c691c76f034722a357ca0119336693..a4a1822523819dd78006aaa674bc900443c248a5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-901,9
+901,6
@@
case $host_os in
*)
case $host_cpu in
- *i[[3456789]]86*)
- DLLFLAGS="$DLLFLAGS -fno-PIC"
- LDDLLFLAGS="-fno-PIC" ;;
*)
DLLFLAGS="$DLLFLAGS -fPIC"
LDDLLFLAGS="-fPIC" ;;