summarylogtreecommitdiffstats
path: root/platform-pkg-config.in
diff options
context:
space:
mode:
authorPiotr Gorski2019-09-07 00:02:21 +0200
committerPiotr Gorski2019-09-07 00:02:21 +0200
commit1c9e42aacc13a0c0afc5e0f18ea64c6efe71befa (patch)
treebdf5cb05bcc5e8ba0cebc22cc257ff20fd609b5e /platform-pkg-config.in
parent86030a05081b8639fa9371d046429449cdfd09d2 (diff)
downloadaur-1c9e42aacc13a0c0afc5e0f18ea64c6efe71befa.tar.gz
Replace wrapper scripts with personality specifications
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'platform-pkg-config.in')
-rw-r--r--platform-pkg-config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform-pkg-config.in b/platform-pkg-config.in
deleted file mode 100644
index 3f6b9a78a19d..000000000000
--- a/platform-pkg-config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Simple wrapper to tell pkgconf to behave as a platform-specific version of pkg-config
-# Platform: @TARGET_PLATFORM@
-
-: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
-: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@}
-: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
-export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH PKG_CONFIG_SYSTEM_INCLUDE_PATH
-
-exec pkgconf "$@"