[packages/glew] - fix pkgconfig install
baggins
baggins at pld-linux.org
Sun Mar 31 09:46:11 CEST 2019
commit 6a38476c88b7e1b67bc5bce6c6e4234a725c3cea
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Mar 31 09:45:54 2019 +0200
- fix pkgconfig install
glew.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/glew.spec b/glew.spec
index ad1c95c..236a3ab 100644
--- a/glew.spec
+++ b/glew.spec
@@ -73,7 +73,8 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install.all \
DESTDIR=$RPM_BUILD_ROOT \
INCDIR=%{_includedir}/GL \
- LIBDIR=%{_libdir}
+ LIBDIR=%{_libdir} \
+ PKGDIR=%{_pkgconfigdir}
# Win32-specific
%{__rm} $RPM_BUILD_ROOT%{_includedir}/GL/wglew.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glew.git/commitdiff/6a38476c88b7e1b67bc5bce6c6e4234a725c3cea
More information about the pld-cvs-commit
mailing list