summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}