2 Commits

Author SHA256 Message Date
9b3824c4f5 Accepting request 1228135 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/1228135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozldap?expand=0&rev=6
2024-12-04 14:27:09 +00:00
Wolfgang Rosenauer
683290809f - Quick fix building in C99 standard by explicitly defining the
return types of configure's evaluation functions, rather than
  of updating the entire build system.

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozldap?expand=0&rev=14
2024-12-04 05:47:51 +00:00
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 3 22:37:17 UTC 2024 - Aeneas Jaißle <aj@ajaissle.de>
- Quick fix building in C99 standard by explicitly defining the
return types of configure's evaluation functions, rather than
of updating the entire build system.
-------------------------------------------------------------------
Fri Feb 23 08:30:13 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package mozldap
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2009-2011 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
@@ -80,6 +80,8 @@ Header and Library files for doing development with the Mozilla LDAP C SDK.
%prep
%autosetup -p1
# quick fix for building in C99 standard; explicitly define the return type
sed -i 's\^main(){return(0);}\int main(){return(0);}\g' c-sdk/configure
%build
cd c-sdk