summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2024-03-23 04:09:09 -0400
committerStorm Dragon2024-03-23 04:09:09 -0400
commit696810f0c0f02f8c2de01c781fc11eec9f3d3c70 (patch)
treeb4cb04e893c768f33556c2baa60a5f24ddd2a204 /PKGBUILD
parent55e4b5b84486987a06fb30ad159773287d8b1b97 (diff)
downloadaur-xf86-video-dummy-with-vt.tar.gz
Updated PKGBUILD because with exported variables it now fails to build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 709a05598bf8..6337ae04873c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
#Maintainer: Michael Taboada <michael@2mb.solutions>
#Contributor: Andreas Radke <andyrtr@archlinux.org>
+#Contributor: Storm Dragon <storm_dragon@linux-a11y.org>
_pkgname=xf86-video-dummy
pkgname=xf86-video-dummy-with-vt
@@ -27,14 +28,6 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
-
- # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
- # With them, module fail to load with undefined symbol.
- # See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
- export CFLAGS=${CFLAGS/-fno-plt}
- export CXXFLAGS=${CXXFLAGS/-fno-plt}
- export LDFLAGS=${LDFLAGS/,-z,now}
-
./configure --prefix=/usr
make
}