Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a1781d3

Browse files
committed
[[ Bug 19213 ]] Add target for building, but not linking in revsecurity
This patch adds a new target to libopenssl which ensures revsecurity is built, but does not export it as a linkable library.
1 parent 9d59ffc commit a1781d3

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

libopenssl/libopenssl.gyp

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,18 @@
6363
],
6464
},
6565
},
66-
],
67-
66+
67+
{
68+
'target_name': 'revsecurity_built',
69+
'type': 'none',
70+
71+
'dependencies':
72+
[
73+
'revsecurity',
74+
],
75+
},
76+
],
77+
6878
'conditions':
6979
[
7080
[

0 commit comments

Comments
 (0)