summarylogtreecommitdiffstats
path: root/0002-Fix-CC-definition.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-06-18 15:44:31 -0300
committerGonzalo Exequiel Pedone2022-06-18 15:44:31 -0300
commit77376c4a8209aa0b87c7e455b3c045a9e2fbd0d0 (patch)
treebce629631b9895947d2ef9ed70c8a40c55748132 /0002-Fix-CC-definition.patch
parentdf2754b81071f5698894fecd4fd005cbdefd7577 (diff)
downloadaur-77376c4a8209aa0b87c7e455b3c045a9e2fbd0d0.tar.gz
Fix missing dynamic library.
Diffstat (limited to '0002-Fix-CC-definition.patch')
-rw-r--r--0002-Fix-CC-definition.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0002-Fix-CC-definition.patch b/0002-Fix-CC-definition.patch
new file mode 100644
index 000000000000..a005ad8b62ea
--- /dev/null
+++ b/0002-Fix-CC-definition.patch
@@ -0,0 +1,11 @@
+--- a/configure 2022-03-27 20:39:42.000000000 -0300
++++ a/configure 2022-06-18 15:34:56.148397566 -0300
+@@ -174,6 +174,8 @@
+ else
+ cc=${CROSS_PREFIX}cc
+ fi
++else
++ cc=${CC}
+ fi
+ cflags=${CFLAGS-"-O3"}
+ # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure