forked from pool/rxtx-java
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
46b833272a | |||
ed0ef7d5f1 |
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 17:38:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Disable -Wimplicit-function-declaration
|
||||
* fixes build with gcc 14 on architectures where glibc does not
|
||||
distribute sys/io.h
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 14:29:29 UTC 2024 - Frank Schütte <F.Schuette@t-online.de>
|
||||
|
||||
|
@@ -103,7 +103,7 @@ the specification for Sun's Java Communications API.
|
||||
export THREADS_FLAG=native
|
||||
rm acinclude.m4 config.guess config.sub install-sh ltmain.sh missing mkinstalldirs aclocal.m4 Makefile.in ltconfig stamp-h.in
|
||||
./autogen.sh
|
||||
CFLAGS="%{optflags}" LDFLAGS=-s \
|
||||
CFLAGS="%{optflags} -Wno-implicit-function-declaration" LDFLAGS=-s \
|
||||
%configure
|
||||
|
||||
%make_build
|
||||
|
Reference in New Issue
Block a user