mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:57:13 +08:00
libdrm update, trying for a bug fix
This commit is contained in:
parent
ef46d080c7
commit
96ebe650cd
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas<manutortosa[at]chakra-project[dot]org>
|
||||
# maintainer abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=hwinfo
|
||||
pkgver=20.1
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=libdrm
|
||||
pkgver=2.4.41
|
||||
pkgver=2.4.42
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace interface to kernel DRM services"
|
||||
arch=('x86_64')
|
||||
@ -16,20 +16,15 @@ options=('!libtool')
|
||||
url="http://dri.freedesktop.org/"
|
||||
source=("http://dri.freedesktop.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
'no-pthread-stubs.patch'
|
||||
'COPYING'
|
||||
'missing_makefile.diff')
|
||||
md5sums=('04f40d6a647e5149fe442cf536ae0a37'
|
||||
'COPYING')
|
||||
md5sums=('a6e2e26951bcc920b2049b65e86a659f'
|
||||
'74010ca2d1743a9a102bb89cc983efca'
|
||||
'ba65e71c481b94ef0fb6c23c7f21ffa1'
|
||||
'e09b52a8e50fb14a7438b4c0a7a3e659')
|
||||
'ba65e71c481b94ef0fb6c23c7f21ffa1')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i "${srcdir}/no-pthread-stubs.patch"
|
||||
|
||||
# Makefile is missing
|
||||
patch -p1 -i ${srcdir}/missing_makefile.diff
|
||||
|
||||
# libtoolize --force
|
||||
autoreconf --force --install
|
||||
./configure --prefix=/usr \
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 10cc9a4..1776610 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
|
||||
tests/vbltest/Makefile
|
||||
include/Makefile
|
||||
include/drm/Makefile
|
||||
- man/Makefile
|
||||
libdrm.pc])
|
||||
AC_OUTPUT
|
Loading…
Reference in New Issue
Block a user