From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] ipvsadm: Drop package
Date: Tue, 21 Feb 2023 18:27:06 +0100 [thread overview]
Message-ID: <20230221172708.885594-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2767 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
ipvsadm/ipvsadm.nm | 47 -------------------------------
ipvsadm/patches/build-flags.patch | 26 -----------------
2 files changed, 73 deletions(-)
delete mode 100644 ipvsadm/ipvsadm.nm
delete mode 100644 ipvsadm/patches/build-flags.patch
diff --git a/ipvsadm/ipvsadm.nm b/ipvsadm/ipvsadm.nm
deleted file mode 100644
index c9caedde1..000000000
--- a/ipvsadm/ipvsadm.nm
+++ /dev/null
@@ -1,47 +0,0 @@
-###############################################################################
-# IPFire.org - An Open Source Firewall Solution #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
-###############################################################################
-
-name = ipvsadm
-version = 1.28
-release = 1
-
-groups = Applications/System
-url = http://www.linuxvirtualserver.org/software/ipvs.html
-license = GPLv2+
-summary = Utility to administer the Linux Virtual Server.
-
-description
- ipvsadm is a utility to administer the IP Virtual Server services
- offered by the Linux kernel.
-end
-
-source_dl = https://kernel.org/pub/linux/utils/kernel/ipvsadm/
-
-build
- requires
- libnl3-devel
- popt-devel
- end
-
- PARALLELISMFLAGS = # parallel build not supported
-
- make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
-
- make_install_targets += BUILD_ROOT="%{BUILDROOT}" \
- SBIN="%{BUILDROOT}%{sbindir}" MANDIR="%{mandir}"
-
- install_cmds
- # Remove unwanted files.
- rm -vfr %{BUILDROOT}/etc
- end
-end
-
-packages
- package %{name}
-
- package %{name}-debuginfo
- template DEBUGINFO
- end
-end
diff --git a/ipvsadm/patches/build-flags.patch b/ipvsadm/patches/build-flags.patch
deleted file mode 100644
index bc0899573..000000000
--- a/ipvsadm/patches/build-flags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 91a2991..1d27655 100644
---- a/Makefile
-+++ b/Makefile
-@@ -87,7 +87,7 @@ libs:
- make -C libipvs
-
- ipvsadm: $(OBJS) $(STATIC_LIBS)
-- $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
-+ $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
-
- install: all
- if [ ! -d $(SBIN) ]; then $(MKDIR) -p $(SBIN); fi
-diff --git a/libipvs/Makefile b/libipvs/Makefile
-index f845c8b..46cd4eb 100644
---- a/libipvs/Makefile
-+++ b/libipvs/Makefile
-@@ -33,7 +33,7 @@ $(STATIC_LIB): libipvs.o ip_vs_nl_policy.o
- ar rv $@ $^
-
- $(SHARED_LIB): libipvs.o ip_vs_nl_policy.o
-- $(CC) -shared -Wl,-soname,$@ -o $@ $^
-+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$@ -o $@ $^
-
- %.o: %.c
- $(CC) $(CFLAGS) $(INCLUDE) $(DEFINES) -c -o $@ $<
--
2.30.2
next reply other threads:[~2023-02-21 17:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 17:27 Stefan Schantl [this message]
2023-02-21 17:27 ` [PATCH 2/3] keepalived: " Stefan Schantl
2023-02-21 17:27 ` [PATCH 3/3] fuse-sshfs: " Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230221172708.885594-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox