Skip to content

Commit

Permalink
Ability to provide custom librdkafka path during install (#526)
Browse files Browse the repository at this point in the history
Fixes #503
  • Loading branch information
Wirone authored Jul 2, 2022
1 parent cb9794e commit a091f7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@
</required>
</dependencies>
<providesextension>rdkafka</providesextension>
<extsrcrelease/>
<extsrcrelease>
<configureoption name="with-rdkafka" default="autodetect" prompt="librdkafka installation path?"/>
</extsrcrelease>
<changelog>
<release>
<date>2022-02-15</date>
Expand Down

0 comments on commit a091f7b

Please sign in to comment.