1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/nss_compat_ossl/Makefile
Jan Beich f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
2016-10-09 12:10:02 +00:00

24 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= nss_compat_ossl
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://rcritten.fedorapeople.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Source-level compatibility library for OpenSSL to NSS porting
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnspr4.so:devel/nspr \
libnss3.so:security/nss
GNU_CONFIGURE= yes
USES= pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>