]> git.pld-linux.org Git - packages/vte.git/blob - vte-pthread.patch
up to 0.56.3
[packages/vte.git] / vte-pthread.patch
1 diff -urN vte-0.56.1.orig/configure.ac vte-0.56.1/configure.ac
2 --- vte-0.56.1.orig/configure.ac        2019-04-12 18:39:06.398656910 +0200
3 +++ vte-0.56.1/configure.ac     2019-04-12 18:39:36.561754726 +0200
4 @@ -442,6 +442,8 @@
5  AC_SUBST([AM_CXXFLAGS])
6  AC_SUBST([AM_LDFLAGS])
7  
8 +VTE_LIBS="$VTE_LIBS -lpthread"
9 +
10  ################################################################################
11  
12  AC_CONFIG_FILES([
This page took 0.04242 seconds and 3 git commands to generate.