Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@447998 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
andyrtr authored and svntogit committed Jun 9, 2022
1 parent e02cbcb commit c83ec22
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=libx11
pkgver=1.8.1
pkgrel=1
pkgrel=2
pkgdesc="X11 client-side library"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
Expand All @@ -22,7 +22,14 @@ validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <al

build() {
cd libX11-${pkgver}
./configure --prefix=/usr --disable-static --disable-xf86bigfont

# --disable-thread-safety-constructor
# temporary solution until Xfce gets fixed:
# https://bugs.archlinux.org/task/75004 / https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
./configure --prefix=/usr \
--disable-static \
--disable-xf86bigfont \
--disable-thread-safety-constructor
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
Expand Down

0 comments on commit c83ec22

Please sign in to comment.