Skip to content

Commit

Permalink
echttp now requires OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Dec 27, 2020
1 parent 8f19b31 commit bcda432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ libhouseportal.a: $(LIBOJS)
ranlib $@

houseportal: $(OBJS) libhouseportal.a
gcc -g -O -o houseportal $(OBJS) libhouseportal.a -lechttp -lcrypto -lrt
gcc -g -O -o houseportal $(OBJS) libhouseportal.a -lechttp -lssl -lcrypto -lrt

housediscover: housediscoverclient.c libhouseportal.a
gcc -g -O -o housediscover housediscoverclient.c libhouseportal.a -lechttp -lcrypto -lrt
gcc -g -O -o housediscover housediscoverclient.c libhouseportal.a -lechttp -lssl -lcrypto -lrt

package:
mkdir -p packages
Expand Down

0 comments on commit bcda432

Please sign in to comment.