This is the 2-clause BSD implementation that does not use any external
dependency (other than libxbps).

Written by xdave.

Made some minor changes to build cleanly.
This commit is contained in:
Juan RP
2014-04-06 12:21:24 +02:00
parent eeb12a8c9d
commit eb1f1d197d
6 changed files with 671 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ ifdef BUILD_STATIC
BINS += $(BIN).static
endif
CFLAGS+= -Wno-unused-result
.PHONY: all
all: $(BINS)