Accepting request 620953 from devel:languages:misc
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/620953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=48
This commit is contained in:
commit
793201481f
@ -3,3 +3,4 @@ addFilter(".*make-check-outside-check-section.*make\ check.*")
|
||||
addFilter(".*executable-stack.*/usr/lib.*/clisp-.*")
|
||||
addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib.*/clisp-.*")
|
||||
addFilter(".*file-contains-date-and-time.*/usr/lib.*/clisp-.*")
|
||||
addFilter(".*position-independent-executable-suggested.*")
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 13:47:37 UTC 2018 - werner@suse.de
|
||||
|
||||
- Remove -mieee-fp gcc option as gcc does not know or ignore
|
||||
that l(ib)ieee is not part of glibc package anymore
|
||||
- -fPIE/-fpie is brain dead for a binary used for dumping images
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 08:03:57 UTC 2018 - werner@suse.de
|
||||
|
||||
|
@ -23,9 +23,7 @@ Summary: A Common Lisp Interpreter
|
||||
# Included gllib is GPL-3.0-or-later
|
||||
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Url: http://clisp.cons.org
|
||||
|
||||
#Source: http://downloads.sf.net/clisp/%name-%version.tar.bz2
|
||||
Url: https://gitlab.com/gnu-clisp/clisp
|
||||
Source: %name-%version.tar.bz2
|
||||
Source3: clisp-rpmlintrc
|
||||
Source4: README.SUSE
|
||||
@ -166,7 +164,7 @@ fi
|
||||
CC="${CC} -g ${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -pipe"
|
||||
case "$(uname -m)" in
|
||||
i[0-9]86)
|
||||
CC="${CC} -mieee-fp -ffloat-store" ;;
|
||||
CC="${CC} -ffloat-store" ;;
|
||||
arm*) CC="${CC}" ;;
|
||||
aarch64)CC="${CC}" ;;
|
||||
ppc) CC="${CC}" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user