diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-03 18:42:25 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-03 18:42:25 +0200 |
| commit | c57d4ab6fff5c4be94fdae23c1741fa1b7cccbc6 (patch) | |
| tree | 61ac08538407afb9f87e53fa48f68ea840c172c7 /package/pkgconf/Makefile | |
| parent | 9c1b4313b2e69611f9f81cea332e9348d5ddeab0 (diff) | |
| parent | fa696c90962aa3f8e3853816d6b46905d3efa08c (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pkgconf/Makefile')
| -rw-r--r-- | package/pkgconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile index 39d97a3dc..8dbc5e32a 100644 --- a/package/pkgconf/Makefile +++ b/package/pkgconf/Makefile @@ -22,6 +22,7 @@ HOST_STYLE:= auto hostpost-install: (cd $(STAGING_HOST_DIR)/usr/bin && ln -sf pkgconf pkg-config) + (cd $(STAGING_HOST_DIR)/usr/bin && ln -sf pkgconf $(GNU_TARGET_NAME)-pkg-config) pkgconf-install: $(INSTALL_DIR) $(IDIR_PKGCONF)/usr/bin |
