[packages/ipband] - disable binary stripping
qboosh
qboosh at pld-linux.org
Sat Jun 28 21:00:36 CEST 2025
commit c2050acd4910f7d47f1c2cbea9f3719d1c5b66e4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jun 28 21:02:00 2025 +0200
- disable binary stripping
ipband.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/ipband.spec b/ipband.spec
index a824271..a5019a3 100644
--- a/ipband.spec
+++ b/ipband.spec
@@ -12,6 +12,7 @@ Patch2: %{name}-paths.patch
URL: http://ipband.sourceforge.net/
BuildRequires: libpcap-devel
BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
Requires(post,preun): /sbin/chkconfig
Requires: rc-scripts
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,6 +44,8 @@ poprawne pakiety.
%patch -P1 -p1
%patch -P2 -p1
+%{__sed} -i -e '/^\t\+strip /d' Makefile
+
%build
# -fcommon: all global variables are defined in ipband.h
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipband.git/commitdiff/c2050acd4910f7d47f1c2cbea9f3719d1c5b66e4
More information about the pld-cvs-commit
mailing list