]> git.pld-linux.org Git - packages/vte.git/commitdiff
quick fix for missing -lpthread after dropping *.la files in cairo; rel 2 auto/th/vte-0.56.1-2
authorJan Palus <atler@pld-linux.org>
Fri, 12 Apr 2019 16:43:26 +0000 (18:43 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 12 Apr 2019 16:43:26 +0000 (18:43 +0200)
vte-pthread.patch [new file with mode: 0644]
vte.spec

diff --git a/vte-pthread.patch b/vte-pthread.patch
new file mode 100644 (file)
index 0000000..394ca9d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN vte-0.56.1.orig/configure.ac vte-0.56.1/configure.ac
+--- vte-0.56.1.orig/configure.ac       2019-04-12 18:39:06.398656910 +0200
++++ vte-0.56.1/configure.ac    2019-04-12 18:39:36.561754726 +0200
+@@ -442,6 +442,8 @@
+ AC_SUBST([AM_CXXFLAGS])
+ AC_SUBST([AM_LDFLAGS])
++VTE_LIBS="$VTE_LIBS -lpthread"
++
+ ################################################################################
+ AC_CONFIG_FILES([
index fa9301f21ee45e2441b39b8f0e08c78b4e1862f3..6c94ffda5f316db2baa2509f88f32a0a8b9ec67c 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -7,12 +7,13 @@ Summary:      VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolkÄ… terminala VTE
 Name:          vte
 Version:       0.56.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/vte/0.56/%{name}-%{version}.tar.xz
 # Source0-md5: a8984cd5a101dbff0b0c875d1de3f692
 Patch0:                %{name}-wordsep.patch
+Patch1:                %{name}-pthread.patch
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.9
 BuildRequires: docbook-dtd412-xml
@@ -151,6 +152,7 @@ Dokumentacja API VTE (wersja dla GTK+ 3).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gtkdocize}
This page took 0.028589 seconds and 4 git commands to generate.