Skip to content

Commit 24e94fb

Browse files
author
Alexander Damian
committed
Added boost include dirs to pkg config file
1 parent bd43d3c commit 24e94fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppkafka.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Version: @CPPKAFKA_VERSION@
1111
Requires: librdkafka >= 0.9.4
1212
Requires.private:
1313
Libs: -L${libdir} -L${sharedlibdir} -L@RDKAFKA_ROOT_DIR@/lib -lcppkafka -lrdkafka -lpthread -lrt -lssl -lcrypto -ldl -lz
14-
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_ROOT_DIR@/include
14+
Cflags: -I${includedir} -I${includedir}/cppkafka -I@RDKAFKA_ROOT_DIR@/include -I@Boost_INCLUDE_DIRS@

0 commit comments

Comments
 (0)