[med-svn] [Git][med-team/ampl-netlib-solvers][master] add patch makefile.u - cflags fix
Andrei Rozanski
gitlab at salsa.debian.org
Fri Sep 11 20:45:45 BST 2020
Andrei Rozanski pushed to branch master at Debian Med / ampl-netlib-solvers
Commits:
bbb3c8c1 by Andrei Rozanski at 2020-09-11T21:45:39+02:00
add patch makefile.u - cflags fix
- - - - -
3 changed files:
- + debian/patches/fix-makefile-cflags
- + debian/patches/series
- makefile.u
Changes:
=====================================
debian/patches/fix-makefile-cflags
=====================================
@@ -0,0 +1,12 @@
+fixed CFLAGS.
+--- a/makefile.u
++++ b/makefile.u
+@@ -26,7 +26,7 @@
+
+ .SUFFIXES: .c .o
+ CC = cc
+-CFLAGS = -O
++CFLAGS = CFLAGS = -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -O
+ SHELL=/bin/sh
+
+ # Add -DNO_RUSAGE to the CFLAGS assignment if your system
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+fix-makefile-cflags
=====================================
makefile.u
=====================================
@@ -26,7 +26,7 @@
.SUFFIXES: .c .o
CC = cc
-CFLAGS = -O
+CFLAGS = CFLAGS = -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -O
SHELL=/bin/sh
# Add -DNO_RUSAGE to the CFLAGS assignment if your system
View it on GitLab: https://salsa.debian.org/med-team/ampl-netlib-solvers/-/commit/bbb3c8c1899682329618c4d92b56c01047462c29
--
View it on GitLab: https://salsa.debian.org/med-team/ampl-netlib-solvers/-/commit/bbb3c8c1899682329618c4d92b56c01047462c29
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200911/75e527fd/attachment-0001.html>
More information about the debian-med-commit
mailing list