[arch-commits] Commit in gsoap/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Mon Feb 7 18:33:05 UTC 2022


    Date: Monday, February 7, 2022 @ 18:33:05
  Author: spupykin
Revision: 1128504

upgpkg: gsoap 2.8.119-1

Modified:
  gsoap/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 18:04:56 UTC (rev 1128503)
+++ PKGBUILD	2022-02-07 18:33:05 UTC (rev 1128504)
@@ -3,7 +3,7 @@
 # Contributor: Lee.MaRS <leemars at gmail.com>
 
 pkgname=gsoap
-pkgver=2.8.118
+pkgver=2.8.119
 pkgrel=1
 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
 url="https://www.cs.fsu.edu/~engelen/soap.html"
@@ -13,11 +13,11 @@
 makedepends=('autoconf' 'automake')
 options=('staticlibs')
 source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip")
-sha256sums=('f233f06a307a664ab1ecafd8f6d87b9c905a98c497c9f5da9083790e5b921f50')
+sha256sums=('8997c43b599a2bfe4a788e303a5dd24bbf5992fd06d56f606ca680ca5b0070cf')
 
 prepare() {
   cd "$srcdir"/gsoap-2.8
-  sed -i 's/#  if !defined(_GNU_SOURCE) ||/#  if !defined(_GNU_SOURCE) \&\&/' gsoap/stdsoap2.{c,cpp}
+#  sed -i 's/#  if !defined(_GNU_SOURCE) ||/#  if !defined(_GNU_SOURCE) \&\&/' gsoap/stdsoap2.{c,cpp}
 }
 
 build() {
@@ -24,8 +24,8 @@
   cd "$srcdir"/gsoap-2.8
   # needed for programs which use gsoap and have -fPIC enabled
   # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353724
-  export CFLAGS+=" -fPIC"
-  export CXXFLAGS+=" -fPIC"
+  export CFLAGS="$CFLAGS -fPIC -ffat-lto-objects"
+  export CXXFLAGS="$CXXFLAGS -fPIC -ffat-lto-objects"
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list