Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209733
Collapse All | Expand All

(-)udev-git/extras/volume_id/lib/Makefile (-1 / +1 lines)
Lines 83-89 libvolume_id.a: $(HEADERS) $(OBJS) Link Here
83
83
84
$(SHLIB): $(HEADERS) exported_symbols $(addprefix .shlib/,$(OBJS))
84
$(SHLIB): $(HEADERS) exported_symbols $(addprefix .shlib/,$(OBJS))
85
	$(E) "  CC      " $@
85
	$(E) "  CC      " $@
86
	$(Q) $(CC) -shared $(CFLAGS) -o $@ \
86
	$(Q) $(CC) -shared $(CFLAGS) $(LDFLAGS) -o $@ \
87
		-Wl,-soname,libvolume_id.so.$(SHLIB_CUR),--version-script,exported_symbols \
87
		-Wl,-soname,libvolume_id.so.$(SHLIB_CUR),--version-script,exported_symbols \
88
		$(addprefix .shlib/,$(OBJS))
88
		$(addprefix .shlib/,$(OBJS))
89
	$(Q) ln -sf $@ libvolume_id.so.$(SHLIB_CUR)
89
	$(Q) ln -sf $@ libvolume_id.so.$(SHLIB_CUR)

Return to bug 209733