Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/glu-9.0.0.tar.bz2
|
||||
/glu-9.0.0.tar.bz2
|
||||
|
1
.mesa-libGLU.metadata
Normal file
1
.mesa-libGLU.metadata
Normal file
@ -0,0 +1 @@
|
||||
c2814bbaf1e60e28a75ec80f4646047c0da742bd SOURCES/glu-9.0.0.tar.bz2
|
@ -1,27 +0,0 @@
|
||||
From b293e7e843cff28c4b925fb0db988395c040d0ef Mon Sep 17 00:00:00 2001
|
||||
From: Matt Turner <mattst88@gmail.com>
|
||||
Date: Tue, 23 Jul 2019 10:42:41 -0700
|
||||
Subject: [PATCH] libutil: Include stddef.h for NULL
|
||||
|
||||
Fixes: #5
|
||||
|
||||
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
|
||||
---
|
||||
src/libutil/error.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/libutil/error.c b/src/libutil/error.c
|
||||
index 7212748..d3b2666 100644
|
||||
--- a/src/libutil/error.c
|
||||
+++ b/src/libutil/error.c
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "gluos.h"
|
||||
#include "gluint.h"
|
||||
+#include <stddef.h>
|
||||
#include <GL/glu.h>
|
||||
|
||||
|
||||
--
|
||||
2.45.2
|
||||
|
@ -12,7 +12,6 @@ Source2: make-git-snapshot.sh
|
||||
|
||||
Patch1: 0001-glu-initialize-PriorityQ-order-field-to-NULL-in-pqNe.patch
|
||||
Patch2: 0002-Add-D-N-DEBUG-to-CFLAGS-dependent-on-enable-debug.patch
|
||||
Patch3: 0001-libutil-Include-stddef.h-for-NULL.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: mesa-libGL-devel
|
||||
@ -36,7 +35,6 @@ developing applications that use %{name}.
|
||||
%setup -q -n glu-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
autoreconf -v -i -f
|
@ -1,8 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
#- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_graphics_infrastructure.mesa.sanity}
|
||||
|
Loading…
Reference in New Issue
Block a user