[dm-devel] [PATCH 2/5] multipath-tools: merge RPM_OPT_FLAGS into OPTFLAGS

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jun 30 13:42:13 UTC 2016


Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 Makefile.inc | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index d7fc444..c4bea67 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -59,11 +59,9 @@ mpathcmddir = $(TOPDIR)/libmpathcmd
 GZIP        = gzip -9 -c
 INSTALL_PROGRAM = install
 
-ifndef RPM_OPT_FLAGS
-	RPM_OPT_FLAGS = -O2 -g -pipe -Wformat-security -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
-endif
+OPTFLAGS     = -Wunused -Wstrict-prototypes -O2 -g -pipe -Wformat-security -Wall \
+		-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4
 
-OPTFLAGS     = $(RPM_OPT_FLAGS) -Wunused -Wstrict-prototypes
 CFLAGS	     = $(OPTFLAGS) -fPIC -DLIB_STRING=\"${LIB}\" -DRUN_DIR=\"${RUN}\"
 SHARED_FLAGS = -shared
 
-- 
2.7.4




More information about the dm-devel mailing list