]> git.pld-linux.org Git - packages/thrift.git/blob - no_grunt.patch
rebuild with openssl 3.0.0
[packages/thrift.git] / no_grunt.patch
1 --- thrift-0.11.0/configure.ac~ 2017-12-03 20:11:35.000000000 +0100
2 +++ thrift-0.11.0/configure.ac  2018-09-27 15:33:08.540297485 +0200
3 @@ -269,7 +269,6 @@ AX_THRIFT_LIB(nodejs, [Nodejs], yes)
4  have_nodejs=no
5  if test "$with_nodejs" = "yes"; then
6    AC_PATH_PROGS([NODEJS], [nodejs node])
7 -  AC_PATH_PROG([NPM], [npm])
8    if test "x$NODEJS" != "x" -a "x$NPM" != "x"; then
9      have_nodejs="yes"
10    fi
This page took 0.059895 seconds and 3 git commands to generate.