remove obsolete gcc flags

This commit is contained in:
Ralf Senderek 2023-04-05 18:02:52 +02:00
parent 3fe98b1c11
commit 55b8153e94
2 changed files with 7 additions and 5 deletions

View File

@ -5,7 +5,7 @@
Name: cryptlib
Version: 3.4.6
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Security library and toolkit for encryption and authentication services
License: Sleepycat and OpenSSL
@ -73,7 +73,6 @@ operating system - cryptlib doesn't tie you to a single system.
This allows email, files and EDI transactions to be authenticated with
digital signatures and encrypted in an industry-standard format.
At the moment Cryptlib supports x86-64-v3 in Fedora.
%package devel
Summary: Cryptlib application development files
@ -351,6 +350,9 @@ cp /%{buildroot}%{cryptlibdir}/tools/man/claes.1 %{buildroot}%{_mandir}/man1
%changelog
* Wed Apr 05 2023 Ralf Senderek <innovation@senderek.ie> - 3.4.6-16
- Remove obsolete gcc flags
* Wed Apr 05 2023 Ralf Senderek <innovation@senderek.ie> - 3.4.6-15
- Resolve Bug RHBZ#2182688

View File

@ -1,11 +1,11 @@
--- cl-original/makefile 2021-12-03 15:53:24.172492715 +0100
+++ cl-patched/makefile 2022-02-01 14:19:42.814855266 +0100
--- cl-original/makefile 2021-12-03 15:53:24.000000000 +0100
+++ cl-patched/makefile 2023-04-05 18:00:03.627181152 +0200
@@ -92,7 +92,7 @@
#
# Standard build flags
-CFLAGS = -c -D__UNIX__ -DNDEBUG -I.
+CFLAGS = -c -D__UNIX__ -DNDEBUG -I. $(ADDFLAGS) -ggdb3 -fno-omit-frame-pointer -O1
+CFLAGS = -c -D__UNIX__ -DNDEBUG -I. $(ADDFLAGS)
CFLAGS_DEBUG = -c -D__UNIX__ -I. -g -O1
CFLAGS_DEBUGGCC = -c -D__UNIX__ -I. -ggdb3 -fno-omit-frame-pointer -O1