]> git.pld-linux.org Git - packages/libffado.git/blame - detect-x32.patch
- updated to 2.4.2
[packages/libffado.git] / detect-x32.patch
CommitLineData
8523e837
JB
1--- libffado-2.4.2/SConstruct.orig 2019-09-21 08:40:33.000000000 +0200
2+++ libffado-2.4.2/SConstruct 2020-03-10 05:40:06.349185946 +0100
3@@ -836,6 +836,7 @@
4 print("Doing a 32-bit %s build for %s" % (cpuinfo.machine, cpuinfo.model_name))
5 if cpuinfo.machine == 'x86_64':
6 machineflags = { 'CXXFLAGS' : ['-mx32'] }
7+ needs_fPIC = True
8 else:
9 machineflags = { 'CXXFLAGS' : ['-m32'] }
8b68848e 10 else:
This page took 0.051643 seconds and 4 git commands to generate.