projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe662c
)
Makefile: Remove -lcrypto.
author
Andre Noll
<maan@systemlinux.org>
Fri, 13 Aug 2010 08:47:04 +0000
(10:47 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 13 Aug 2010 08:47:04 +0000
(10:47 +0200)
As libosl.0.1.1 does not depend on libssl any more, linking against libcrypto
is no longer necessary.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c61dff7
..
9871673
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,7
+41,7
@@
Makefile.deps: $(wildcard *.c *.h)
-include Makefile.deps
adu: $(objects)
- $(CC) -o $@ $(LDFLAGS) $(objects) -l
crypto -l
osl
+ $(CC) -o $@ $(LDFLAGS) $(objects) -losl
cmdline.o: cmdline.c cmdline.h
$(CC) -c $(CPPFLAGS) $<