mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 14:17:15 +08:00
Sync
This commit is contained in:
parent
18ab761aa8
commit
fadc2455b2
@ -5,7 +5,7 @@
|
||||
|
||||
_pkgbasename=libdrm
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=2.4.41
|
||||
pkgver=2.4.42
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace interface to kernel DRM services (32-bit)"
|
||||
arch=(x86_64)
|
||||
@ -15,11 +15,9 @@ makedepends=(gcc-multilib)
|
||||
options=('!libtool')
|
||||
url="http://dri.freedesktop.org/"
|
||||
source=("http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2"
|
||||
'no-pthread-stubs.patch'
|
||||
'missing_makefile.diff')
|
||||
sha1sums=('edc0585d97765bad11d8f63c8343a23075f5eb3d'
|
||||
'1602cd40f42238935a3c8d8aebd1fc0afb974379'
|
||||
'af3c480682e6f1a167b1e52f6ff4c2595b4201b1')
|
||||
'no-pthread-stubs.patch')
|
||||
sha1sums=('7004899b6a80b2ee50f35f883cc14804c3e24188'
|
||||
'1602cd40f42238935a3c8d8aebd1fc0afb974379')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgbasename}-${pkgver}"
|
||||
@ -30,9 +28,6 @@ build() {
|
||||
|
||||
patch -p1 -i "${srcdir}/no-pthread-stubs.patch"
|
||||
|
||||
# Makefile is missing
|
||||
patch -p1 -i ${srcdir}/missing_makefile.diff
|
||||
|
||||
autoreconf --force --install
|
||||
./configure --prefix=/usr --libdir=/usr/lib32 \
|
||||
--enable-udev \
|
||||
|
@ -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