summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2024-04-23 16:26:40 +0800
committerJat2024-04-23 16:26:40 +0800
commit1ad3a69ebb406905e4a2e6fafff09baa64c4ae26 (patch)
tree8cf81f161b59b873feec01613b4d75f42cc8c022
parentf4eb4e8453447c79abfea26fc274b5d0c29686c3 (diff)
downloadaur-xrdp-git.tar.gz
Enable fat LTO objects in CFLAGS for package configuration
Signed-off-by: Jat <jat@sinosky.org>
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 199c7a7b8cb8..75c8dc4ce9ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,9 @@ build() {
cd "$srcdir/$_pkgname"
./bootstrap
- ./configure --prefix=/usr \
+
+ CFLAGS="$CFLAGS -ffat-lto-objects" \
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \