[pytango] 444/483: Make it work on gcc 4.8
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 65d94ad83c8a87b8a9eaac573b3578de2087aa7c
Author: coutinho <coutinho at esrf.fr>
Date: Mon Mar 2 13:48:45 2015 +0100
Make it work on gcc 4.8
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 31119fe..9d6e276 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ command.h \
device_class.h \
device_impl.h
-LINKER=$(LN) $(LNFLAGS) $(OBJS) $(LN_VER)
+LINKER=$(LN) $(OBJS) $(LN_VER)
LINK_TASK=link
ifdef optimize
@@ -271,7 +271,7 @@ $(OBJS_DIR)/%.o: $(SRC_DIR)/server/%.cpp
link: prepare $(OBJS)
@echo -n "Linking shared $(LIB_NAME)... "
- @$(LINKER) -o $(OBJS_DIR)/$(LIB_NAME)
+ @$(LINKER) -o $(OBJS_DIR)/$(LIB_NAME) $(LNFLAGS)
@echo $(OK)
link-opt: link
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list