[gnome-sdk-images] Inherit the new 32bit compat ld.so symlinks
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Inherit the new 32bit compat ld.so symlinks
- Date: Tue, 2 May 2017 13:17:52 +0000 (UTC)
commit 3baec46b93fd8d8f0d4034cbad62a2a4e389bd4d
Author: Alexander Larsson <alexl redhat com>
Date: Tue May 2 15:15:57 2017 +0200
Inherit the new 32bit compat ld.so symlinks
org.gnome.Sdk.json.in | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index a4374b2..b77f48b 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -52,7 +52,9 @@
"cleanup-commands": [ "touch -d @0 /usr/share/fonts",
"touch -d @0 /usr/share/fonts/*",
"fc-cache -fs",
- "update-desktop-database"
+ "update-desktop-database",
+ "ldconfig -C /usr/etc/ld.so.cache",
+ "cp -d /usr/lib/extra-links/* /usr/lib/ || true"
],
"cleanup-platform": [ "/include",
"/share/aclocal",
@@ -64,7 +66,8 @@
"cleanup-platform-commands": [ "touch -d @0 /usr/share/fonts",
"touch -d @0 /usr/share/fonts/*",
"fc-cache -fs",
- "ldconfig -C /usr/etc/ld.so.cache"
+ "ldconfig -C /usr/etc/ld.so.cache",
+ "cp -d /usr/lib/extra-links/* /usr/lib/ || true"
],
"build-options" : {
"cflags": "-O2 -g -fstack-protector-strong -D_FORTIFY_SOURCE=2",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]