mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
4f9a8266f9
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
13 lines
391 B
Diff
13 lines
391 B
Diff
--- configure.orig 2011-07-04 23:15:01.000000000 +0200
|
|
+++ configure 2011-11-05 15:17:01.946744829 +0100
|
|
@@ -1600,6 +1600,10 @@
|
|
nativecccompopts="$nativecccompopts -fomit-frame-pointer";;
|
|
esac
|
|
|
|
+# Add additional flags from the environment
|
|
+bytecccompopts="$bytecccompopts $CFLAGS"
|
|
+nativecccompopts="$nativecccompopts $CFLAGS"
|
|
+
|
|
# Finish generated files
|
|
|
|
cclibs="$cclibs $mathlib"
|