Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Dev

[patch 5/6] Define liblrm_la_LDFLAGS once

 

 

Linux-HA dev RSS feed   Index | Next | Previous | View Threaded


horms at verge

Oct 15, 2008, 12:02 AM

Post #1 of 1 (505 views)
Permalink
[patch 5/6] Define liblrm_la_LDFLAGS once

liblrm_la_LDFLAGS was multiply defined and only the second
definition was being used. Consolidate this into a single
definition with the side effect of actually using
-version-info 2:0:0 and thus bumping the so version of librlrm
from 0.0.0 to 2.0.0.

Signed-off-by: Simon Horman <horms [at] verge>

Index: lha-dev/lib/lrm/Makefile.am
===================================================================
--- lha-dev.orig/lib/lrm/Makefile.am 2008-10-15 16:26:23.000000000 +1100
+++ lha-dev/lib/lrm/Makefile.am 2008-10-15 16:27:24.000000000 +1100
@@ -33,8 +33,7 @@ apigid =

lib_LTLIBRARIES = liblrm.la
liblrm_la_SOURCES = lrm_msg.c clientlib.c racommon.c
-liblrm_la_LDFLAGS = -version-info 2:0:0
-liblrm_la_LDFLAGS = $(COMMONLIBS)
+liblrm_la_LDFLAGS = -version-info 2:0:0 $(COMMONLIBS)
liblrm_la_CFLAGS = $(INCLUDES)

install-exec-local:

--

--
Simon Horman
VA Linux Systems Japan K.K., Sydney, Australia Satellite Office
H: www.vergenet.net/~horms/ W: www.valinux.co.jp/en

_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Linux-HA dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.