diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-11 10:48:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-11 10:49:45 +0300 |
commit | 0c68454776b703f5d433377b8a9d614c3ddcf780 (patch) | |
tree | 829ea7b0e74c1f1370ac2c6698a2f11e63ae60c0 /xorg/xorg-server/build | |
parent | c62bcd0c9ea570456cd5fcb8010edacf1ee97b24 (diff) | |
download | repository-0c68454776b703f5d433377b8a9d614c3ddcf780.tar.gz |
xorg-server: bump to 1.20.12
Diffstat (limited to 'xorg/xorg-server/build')
-rwxr-xr-x | xorg/xorg-server/build | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg/xorg-server/build b/xorg/xorg-server/build index ea1fc543..a518c9e2 100755 --- a/xorg/xorg-server/build +++ b/xorg/xorg-server/build @@ -2,26 +2,6 @@ patch -p1 < rootless_modesetting.patch - -( - # Instead of requiring libressl for the sha1 library, we - # are statically installing this small implementation so - # that we don't require an external library. - cd libsha1 - - ./configure \ - --prefix=/usr \ - --disable-shared - - make - make DESTDIR="$PWD/tmp" install -) - -export LDFLAGS="$LDFLAGS -L$PWD/libsha1/tmp/usr/lib" -export CFLAGS="$CFLAGS -I$PWD/libsha1/tmp/usr/include" -export LIBSHA1_CFLAGS="-L$PWD/libsha1/tmp/usr/lib -I$PWD/libsha1/tmp/usr/include" -export LIBSHA1_LIBS="$PWD/libsha1/tmp/usr/lib/libsha1.a" - ./configure \ --prefix=/usr \ --localstatedir=/var \ @@ -34,7 +14,6 @@ export LIBSHA1_LIBS="$PWD/libsha1/tmp/usr/lib/libsha1.a" --enable-dri3 \ --enable-glamor \ --enable-xorg \ - --with-sha1=libsha1 \ --with-systemd-daemon=off make |