libxbps: add humanize_number.
--HG-- extra : convert_revision : 145c77f32b58f9013a677ebac3f8ed030a1c07a9
This commit is contained in:
parent
ce5d9faac3
commit
1105f4f278
2 changed files with 11 additions and 10 deletions
|
@ -11,7 +11,7 @@ LIBXBPS_LDFLAGS = -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR)
|
|||
all: $(LIBXBPS)
|
||||
.PHONY: all
|
||||
|
||||
$(LIBXBPS): sha256.o plist.o
|
||||
$(LIBXBPS): sha256.o plist.o humanize_number.o
|
||||
$(CC) $(LIBXBPS_LDFLAGS) $^ -o $(LIBXBPS_SO)
|
||||
-ln -sf $(LIBXBPS_SO) $(LIBXBPS).$(MAJOR)
|
||||
-ln -sf $(LIBXBPS_SO) $(LIBXBPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue