projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25004db
)
Correction, $disabled{shared} rather than $config{no_shared}
author
Richard Levitte
<levitte@openssl.org>
Fri, 4 Mar 2016 04:43:15 +0000
(
05:43
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 4 Mar 2016 04:43:15 +0000
(
05:43
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index a9f0ae1e5affee9f8007efe6e19ad8bb2387ebcb..50dafd284a4a2f87dd3d6e466c2b8b67cd8c8bcc 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-389,7
+389,7
@@
uninstall_dev:
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/$$fn2; \
: {- output_on() unless windowsdll(); "" -}; \
done
- @ : {- output_on() if $
config{no_
shared}; "" -}
+ @ : {- output_on() if $
disabled{
shared}; "" -}
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libssl.pc
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/openssl.pc