[lvm-devel] Re: LVM2/tools/fsadm Makefile.in

Alasdair G Kergon agk at redhat.com
Wed Oct 3 09:58:30 UTC 2007


On Wed, Oct 03, 2007 at 09:46:58AM -0000, meyering at sourceware.org wrote:
> 	* tools/fsadm/Makefile.in (LVMLIBS): Define.
> 	(fsadm): Link with $(LVMLIBS).
 
>  fsadm: $(OBJECTS)
> -	$(CC) -o $@ $(CFLAGS) $(OBJECTS) -rdynamic
> +	$(CC) -o $@ $(CFLAGS) $(OBJECTS) $(LDFLAGS) $(LVMLIBS) -rdynamic
  
fsadm is meant to be independent of LVM2 so should not be using LVMLIBS.
What should be done to deal with this?

Alasdair
-- 
agk at redhat.com




More information about the lvm-devel mailing list