summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2/files/patch-src::configure
blob: 18e51ec48951292bdcf0820190b7c229d7d44771 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: src/configure
diff -u src/configure.orig src/configure
--- src/configure.orig	Fri Dec 12 04:06:52 2003
+++ src/configure	Sat Dec 13 14:15:14 2003
@@ -45,7 +45,7 @@
 EOF
 
 $CC ${PKG_INCLUDE} -c test.c -o test.o 2>& 5
-$CC test.o -o test ${PKG_LIBS} -lssl 2>& 5
+$CC test.o -o test ${PKG_LIBS} -lssl -lcrypto 2>& 5
 
 if [ -e ./test ] && ./test
 then