Module: sems Branch: master Commit: e2468cffea583052961b0619bb341eab7ef0eacc URL: https://github.com/sems-server/sems/commit/e2468cffea583052961b0619bb341eab7ef0eacc
Author: Raphael Coeffic <r...@iptel.org> Committer: Stefan Sayer <stefan.sa...@googlemail.com> Date: 2015-06-08T22:05:08+02:00 xmlrpc++: do not overwrite CPPFLAGS --- Modified: apps/xmlrpc2di/xmlrpc++/Makefile --- Diff: https://github.com/sems-server/sems/commit/e2468cffea583052961b0619bb341eab7ef0eacc.diff Patch: https://github.com/sems-server/sems/commit/e2468cffea583052961b0619bb341eab7ef0eacc.patch --- diff --git a/apps/xmlrpc2di/xmlrpc++/Makefile b/apps/xmlrpc2di/xmlrpc++/Makefile index f266b5d..b2b1e02 100644 --- a/apps/xmlrpc2di/xmlrpc++/Makefile +++ b/apps/xmlrpc2di/xmlrpc++/Makefile @@ -2,7 +2,7 @@ CXX = g++ SRC = ./src SHARED = -shared -CPPFLAGS = -I$(SRC) -fPIC -Wno-deprecated-declarations +CPPFLAGS += -I$(SRC) -fPIC -Wno-deprecated-declarations DEBUG = -g OPTIMIZE = -O2 GCCWARN = -Wall #-Wstrict-prototypes _______________________________________________ Semsdev mailing list Semsdev@lists.iptel.org http://lists.iptel.org/mailman/listinfo/semsdev