Skip to content

Commit 2c690c7

Browse files
echttp now requires OpenSSL
1 parent 2a04f95 commit 2c690c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rebuild: clean all
1717
gcc -c -g -O -o $@ $<
1818

1919
houserelays: $(OBJS)
20-
gcc -g -O -o houserelays $(OBJS) -lhouseportal -lechttp -lcrypto -lgpiod -lrt
20+
gcc -g -O -o houserelays $(OBJS) -lhouseportal -lechttp -lssl -lcrypto -lgpiod -lrt
2121

2222
install:
2323
if [ -e /etc/init.d/houserelays ] ; then systemctl stop houserelays ; fi

0 commit comments

Comments
 (0)