Date: Sunday, January 29, 2017 @ 21:05:34 Author: jelle Revision: 209416
remove non-existing configure option Modified: gsoap/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-29 20:45:24 UTC (rev 209415) +++ PKGBUILD 2017-01-29 21:05:34 UTC (rev 209416) @@ -24,7 +24,7 @@ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353724 export CFLAGS+=" -fPIC" export CXXFLAGS+=" -fPIC" - ./configure --prefix=/usr --enable-openssl + ./configure --prefix=/usr make -j1 }
