We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1902c2 commit 838b6f1Copy full SHA for 838b6f1
basex-api/src/main/c/GNUmakefile
@@ -30,7 +30,7 @@ all: lib example
30
lib: $(DBCLIB)
31
32
example:
33
- $(CC) -L. -l$(LIBNAME) example.c -o $@
+ $(CC) -L. example.c -o $@ -l$(LIBNAME) -lcrypto -lssl
34
35
$(DBCLIB): md5.o basexdbc.o readstring.o
36
$(CC) $(LIBS) $(LDFLAGS) -shared -o $@ $+
0 commit comments