This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2 liblvm/Makefile.in test/api/Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-03-08 17:29:27

Modified files:
	liblvm         : Makefile.in 
	test/api       : Makefile.in 

Log message:
	Remove unnecessary linker flags for liblvm.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/Makefile.in.diff?cvsroot=lvm2&r1=1.2&r2=1.3

--- LVM2/liblvm/Makefile.in	2009/03/08 17:06:55	1.2
+++ LVM2/liblvm/Makefile.in	2009/03/08 17:29:26	1.3
@@ -29,7 +29,6 @@
 
 include $(top_srcdir)/make.tmpl
 
-CLDFLAGS += -z now
 LIBS += -ldevmapper -llvm-internal
 
 $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): $(interface)/%.$(LIB_SUFFIX)
--- LVM2/test/api/Makefile.in	2009/03/08 17:06:56	1.2
+++ LVM2/test/api/Makefile.in	2009/03/08 17:29:27	1.3
@@ -25,7 +25,7 @@
 
 TARGETS = test
 
-LVMLIBS = -llvm -ldevmapper
+LVMLIBS = -llvm
 
 DEFS += -D_REENTRANT
 CFLAGS += -fno-strict-aliasing


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]