From e4e5cfce71aea090d747d436ab48c4717f78c97c Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 11 Apr 2014 22:51:54 +0000 Subject: Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. --- src/lib/libssl/generate_pkgconfig.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'src/lib/libssl/generate_pkgconfig.sh') diff --git a/src/lib/libssl/generate_pkgconfig.sh b/src/lib/libssl/generate_pkgconfig.sh index 04bc77e38d..ea050120fb 100644 --- a/src/lib/libssl/generate_pkgconfig.sh +++ b/src/lib/libssl/generate_pkgconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: generate_pkgconfig.sh,v 1.7 2011/05/05 20:58:15 jasper Exp $ +# $OpenBSD: generate_pkgconfig.sh,v 1.8 2014/04/11 22:51:53 miod Exp $ # # Copyright (c) 2010,2011 Jasper Lievisse Adriaanse # @@ -58,22 +58,6 @@ lib_version=$(sed -nE ${version_re} ${version_file}) # test -n "`pkg-config --cflags openssl`" # don't assume that OpenSSL isn't available. -pc_file="${objdir}/libcrypto.pc" -cat > ${pc_file} << __EOF__ -prefix=/usr -exec_prefix=\${prefix} -libdir=\${exec_prefix}/lib -includedir=\${prefix}/include - -Name: OpenSSL-libcrypto -Description: OpenSSL cryptography library -Version: ${lib_version} -Requires: -Libs: -L\${libdir} -lcrypto -Cflags: -I\${includedir} -__EOF__ - - pc_file="${objdir}/libssl.pc" cat > ${pc_file} << __EOF__ prefix=/usr -- cgit v1.2.3-55-g6feb