View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 52-58    Link Here 
else
else
CFLAGS += -fPIC -fvisibility=hidden
CFLAGS += -fPIC -fvisibility=hidden
$(PCILIB): $(addsuffix .o,$(OBJS))
$(PCILIB): $(addsuffix .o,$(OBJS))
	$(CC) -shared $(SONAME) -Wl,--version-script=libpci.ver -o $@ $^ $(LIB_LDLIBS)
	$(CC) -shared $(LDFLAGS) $(SONAME) -Wl,--version-script=libpci.ver -o $@ $^ $(LIB_LDLIBS)
endif
endif
$(PCILIBPC): libpci.pc.in
$(PCILIBPC): libpci.pc.in