mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.struct: Import Roberto 'struct' library v0.3
Downloaded from http://www.inf.puc-rio.br/~roberto/struct/ This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace this with string.pack/string.unpack which are available in 5.3+.
This commit is contained in:
parent
09bdd81659
commit
fe56effa55
4 changed files with 431 additions and 2 deletions
|
@ -31,7 +31,9 @@ ifeq ($(EXCERTS),yes)
|
|||
-$(MAKE) -C certs localhost.crt example.com.crt
|
||||
endif
|
||||
|
||||
install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodings.so util/encodings.so util/pposix.so util/signal.so
|
||||
CMODULES=util/encodings.so util/encodings.so util/pposix.so util/signal.so util/struct.so
|
||||
|
||||
install: prosody.install prosodyctl.install prosody.cfg.lua.install $(CMODULES)
|
||||
$(MKDIR) $(BIN) $(CONFIG) $(MODULES) $(SOURCE)
|
||||
$(MKDIR_PRIVATE) $(DATA)
|
||||
$(MKDIR) $(MAN)/man1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue