Re: [PATCH 1/4] gnu: Add librdkafka.

2016-06-10 Thread 宋文武
Pushed, thanks for the review!

Re: [PATCH 1/4] gnu: Add librdkafka.

2016-06-10 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/networking.scm (librdkafka): New variable. LGTM! > +(propagated-inputs > + `(("zlib" ,zlib))) ; in the Libs.private field of rdkafka.pc It’s OK to do it this way, but I find it even nicer to modify the .pc to add an extra -L (see ‘ipopt’ for an example of

[PATCH 1/4] gnu: Add librdkafka.

2016-06-07 Thread 宋文武
* gnu/packages/networking.scm (librdkafka): New variable. --- gnu/packages/networking.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ba8023a..d0062a6 100644 --- a/gnu/packages/networking