Skip to content

Commit

Permalink
Permit build with 2.3.0 librdkafka. Fixes KxSystems#104 (KxSystems#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx authored Jan 23, 2024
1 parent e3d8a39 commit 0322cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
KFK_ROOT="${KAFKA_ROOT}"
endif
KFK_INCLUDE = ${KFK_ROOT}/include
W_OPTS = -Wall -Wno-strict-aliasing -Wno-parentheses -Wextra -Werror -Wsign-compare
W_OPTS = -Wall -Wno-strict-aliasing -Wno-parentheses -Wextra -Werror -Wsign-compare -Wno-ignored-qualifiers
OPTS = -DKXVER=3 -shared -fPIC $(W_OPTS)
LD_COMMON = -lz -lpthread -lssl -g -O2
LDOPTS_DYNAMIC = -L${KFK_ROOT}/lib/ -lrdkafka
Expand Down

0 comments on commit 0322cfc

Please sign in to comment.