diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-04-11 23:20:35 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-04-11 23:20:35 +0100 |
commit | 7c41e1e3fee60b29410c92ca0b864938c4d2f6bf (patch) | |
tree | 69c0743b18b77ae3a69fc2d551a27519481ede35 /groups | |
parent | c2db605b8f35870577104543bd6f025efb7409b9 (diff) | |
download | midipix_build-7c41e1e3fee60b29410c92ca0b864938c4d2f6bf.tar.bz2 midipix_build-7c41e1e3fee60b29410c92ca0b864938c4d2f6bf.tar.xz |
groups/800.minipix.group:${*_SOFORT_NATIVE_{C,CXX,LD}FLAGS}: build w/ -I${PREFIX}/include and -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib, resp.
Diffstat (limited to 'groups')
-rw-r--r-- | groups/800.minipix.group | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/groups/800.minipix.group b/groups/800.minipix.group index dd398b27..d2f10379 100644 --- a/groups/800.minipix.group +++ b/groups/800.minipix.group @@ -21,6 +21,9 @@ MINIPIX_PKG_CONFIG_LIBDIR="${PREFIX_NATIVE}/lib/pkgconfig"; MINIPIX_PKGLIST_DISABLE=1; MINIPIX_PREFIX="${PREFIX}/minipix_dist"; MINIPIX_RPM_DISABLE=1; +MINIPIX_SOFORT_NATIVE_CFLAGS="-I${PREFIX}/include"; +MINIPIX_SOFORT_NATIVE_CXXFLAGS="-I${PREFIX}/include"; +MINIPIX_SOFORT_NATIVE_LDFLAGS="-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib"; # # 3rd party packages |