mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes and util.encodings
This commit is contained in:
parent
ffa983b265
commit
265af7c012
1 changed files with 2 additions and 4 deletions
|
@ -27,11 +27,9 @@ install: $(ALL)
|
|||
clean:
|
||||
rm -f $(ALL)
|
||||
|
||||
encodings.so: encodings.o
|
||||
$(CC) -o $@ $< $(LDFLAGS) $(IDNA_LIBS)
|
||||
encodings.so: LDLIBS+=$(IDNA_LIBS)
|
||||
|
||||
hashes.so: hashes.o
|
||||
$(CC) -o $@ $< $(LDFLAGS) -l$(OPENSSL_LIB)
|
||||
hashes.so: LDLIBS+=-l$(OPENSSL_LIB)
|
||||
|
||||
%.so: %.o
|
||||
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue