mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
net/librdkafka: Update to 2.3.0
Use the build process to strip libraries
This commit is contained in:
parent
c717bea297
commit
adaa1a1b44
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= librdkafka
|
||||
DISTVERSION= 2.2.0
|
||||
DISTVERSION= 2.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BROKEN_mips= fails to build: undefined reference to __sync_add_and_fetch_4
|
||||
BROKEN_mips64= fails to build: undefined reference to __sync_add_and_fetch_4
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
${LOCALBASE}/include/rapidjson/schema.h:devel/rapidjson
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
liblz4.so:archivers/liblz4 \
|
||||
libzstd.so:archivers/zstd
|
||||
|
@ -25,11 +26,10 @@ GH_ACCOUNT= edenhill
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
CONFIGURE_ARGS+= --disable-sasl --enable-ssl
|
||||
CONFIGURE_ARGS+= --disable-sasl \
|
||||
--enable-ssl \
|
||||
--enable-strip
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1690132543
|
||||
SHA256 (edenhill-librdkafka-v2.2.0_GH0.tar.gz) = af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226
|
||||
SIZE (edenhill-librdkafka-v2.2.0_GH0.tar.gz) = 4340164
|
||||
TIMESTAMP = 1702746030
|
||||
SHA256 (edenhill-librdkafka-v2.3.0_GH0.tar.gz) = 2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12
|
||||
SIZE (edenhill-librdkafka-v2.3.0_GH0.tar.gz) = 4380862
|
||||
|
|
Loading…
Add table
Reference in a new issue