Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9b3824c4f5 | |||
|
|
683290809f |
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user