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 1a891cf commit 1207896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rebuild: clean all
gcc -c -g -O -o $@ $<

orvibo: $(OBJS)
gcc -g -O -o orvibo $(OBJS) -lhouseportal -lechttp -lcrypto -lgpiod -lrt
gcc -g -O -o orvibo $(OBJS) -lhouseportal -lechttp -lssl -lcrypto -lgpiod -lrt

install:
if [ -e /etc/init.d/orvibo ] ; then systemctl stop orvibo ; fi
Expand Down

0 comments on commit 1207896

Please sign in to comment.