summarylogtreecommitdiffstats
path: root/make-generic.patch
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-03-27 10:18:16 +0100
committerAlexander F. Rødseth2019-03-27 10:18:16 +0100
commitdf02d4fc726d3fbb24b26aa46a32d339f8203e9e (patch)
tree8e5d9bc7b20c271a3fb1a175edd13a6367d4233e /make-generic.patch
downloadaur-cromfs.tar.gz
Move from [community] to AUR in connection with the spring cleaning
Diffstat (limited to 'make-generic.patch')
-rw-r--r--make-generic.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/make-generic.patch b/make-generic.patch
new file mode 100644
index 000000000000..6dff65efbf1d
--- /dev/null
+++ b/make-generic.patch
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure 2012-04-11 09:33:55.000000000 +0200
++++ new/configure 2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+ fi
+ }
+
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+ OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+
+ if [ "$DEBUG" = "1" ]; then