We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a04f95 commit 2c690c7Copy full SHA for 2c690c7
Makefile
@@ -17,7 +17,7 @@ rebuild: clean all
17
gcc -c -g -O -o $@ $<
18
19
houserelays: $(OBJS)
20
- gcc -g -O -o houserelays $(OBJS) -lhouseportal -lechttp -lcrypto -lgpiod -lrt
+ gcc -g -O -o houserelays $(OBJS) -lhouseportal -lechttp -lssl -lcrypto -lgpiod -lrt
21
22
install:
23
if [ -e /etc/init.d/houserelays ] ; then systemctl stop houserelays ; fi
0 commit comments