Skip to content

Commit d5adadc

Browse files
committed
rpm: rebuild rdkafka gem
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 7fc1304 commit d5adadc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fluent-package/yum/fluent-package.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ The stable distribution of Fluentd, formerly known as td-agent.
153153

154154
rake build:rpm_config FLUENT_PACKAGE_STAGING_PATH=%{buildroot} NO_VAR_RUN=1
155155
rake build:all FLUENT_PACKAGE_STAGING_PATH=%{buildroot} PATH="$HOME/.cargo/bin:$PATH"
156+
# Do not use prebuilt rdkafka gem because of missing @GLIBC_ symbol error
157+
rake build:all FLUENT_PACKAGE_STAGING_PATH=%{buildroot} REBUILD_GEMS="rdkafka" PATH="$HOME/.cargo/bin:$PATH"
156158
mkdir -p %{buildroot}%{_mandir}/man1
157159
cp @PACKAGE@/debian/*.1 %{buildroot}%{_mandir}/man1/
158160
for man in `find %{buildroot} -type f -wholename '*/man/man[1-9]/*.[1-9]'`; do

0 commit comments

Comments
 (0)