$OpenBSD: patch-security_manager_ssl_src_Makefile_in,v 1.4 2010/04/26 19:55:58 landry Exp $ --- security/manager/ssl/src/Makefile.in.orig Thu Nov 4 21:06:46 2010 +++ security/manager/ssl/src/Makefile.in Sat Nov 13 11:56:36 2010 @@ -118,7 +118,10 @@ CSRCS += md4.c EXTRA_DEPS = $(NSS_DEP_LIBS) +NSS_LIBDIR = $(shell $(NSS_CONFIG) --libdir) + DEFINES += -DNSS_ENABLE_ECC +DEFINES += -DNSS_LIBDIR=\"$(NSS_LIBDIR)\" # Use local includes because they are inserted before INCLUDES # so that Mozilla's nss.h is used, not glibc's