Skip to content

Commit a091f7b

Browse files
authored
Ability to provide custom librdkafka path during install (#526)
Fixes #503
1 parent cb9794e commit a091f7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@
156156
</required>
157157
</dependencies>
158158
<providesextension>rdkafka</providesextension>
159-
<extsrcrelease/>
159+
<extsrcrelease>
160+
<configureoption name="with-rdkafka" default="autodetect" prompt="librdkafka installation path?"/>
161+
</extsrcrelease>
160162
<changelog>
161163
<release>
162164
<date>2022-02-15</date>

0 commit comments

Comments
 (0)