This is done mainly to align the final location with the one listed in the .pc files created for each lib. Signed-off-by: Michal Berger <michallinuxstuff@gmail.com> Change-Id: I99d6875c9e26f8202723dd6d73bd865b6478bcf9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12978 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
11 lines
175 B
Bash
Executable File
11 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cat << EOF
|
|
Description: SPDK $3 library
|
|
Name: spdk_$3
|
|
Version: $4
|
|
Libs: -L${2:-"$1/lib"} -lspdk_$3
|
|
Requires: $5
|
|
Libs.private: $6
|
|
Cflags: -I$1/include
|
|
EOF
|