[skycat] 01/08: Add LDFLAGS to rtd binary linking call

Ole Streicher olebole-guest at alioth.debian.org
Sat Aug 10 12:07:05 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository skycat.

commit 37d38a103780b56b330f19529cc15c85d8d772cd
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Aug 10 12:25:42 2013 +0200

    Add LDFLAGS to rtd binary linking call
---
 debian/patches/fhs.patch |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/patches/fhs.patch b/debian/patches/fhs.patch
index a3df4c3..e578e4f 100644
--- a/debian/patches/fhs.patch
+++ b/debian/patches/fhs.patch
@@ -237,6 +237,23 @@ Description: Change the paths so that they correspond to the FHS.
  	  fi; \
  	done
  	@if test "x$(SHARED_BUILD)" = "x1"; then \
+@@ -448,13 +450,13 @@
+ 	$(RANLIB_STUB) $@
+ 
+ $(RTD_SERVER): $(RTD_SERVER_OBJS) $(RTDEVT_LIB)
+-	$(CXXCOMPILE) -o $@ $(RTD_SERVER_OBJS) $(RTDEVT_LIB) @LIBS@
++	$(CXXCOMPILE) $(LDFLAGS) -o $@ $(RTD_SERVER_OBJS) $(RTDEVT_LIB) @LIBS@
+ 
+ rtdClient: rtdClient.o $(RTDEVT_LIB)
+-	$(CXXCOMPILE) -o $@ $? $(RTDEVT_LIB) @LIBS@
++	$(CXXCOMPILE) $(LDFLAGS) -o $@ $? $(RTDEVT_LIB) @LIBS@
+ 
+ rtdCubeDisplay: rtdCubeDisplay.o $(RTDEVT_LIB)
+-	$(CXXCOMPILE) -o $@ $? $(RTDEVT_LIB) @LIBS@
++	$(CXXCOMPILE) $(LDFLAGS) -o $@ $? $(RTDEVT_LIB) @LIBS@
+ 
+ #========================================================================
+ # RTD Remote access C library
 --- a/tclconfig/tcl.m4
 +++ b/tclconfig/tcl.m4
 @@ -673,6 +673,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skycat.git



More information about the debian-science-commits mailing list