From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] ipvsadm: Drop package Date: Tue, 21 Feb 2023 18:27:06 +0100 Message-ID: <20230221172708.885594-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7311446306332033876==" List-Id: --===============7311446306332033876== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- 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 = # -############################################################################= ### - -name =3D ipvsadm -version =3D 1.28 -release =3D 1 - -groups =3D Applications/System -url =3D http://www.linuxvirtualserver.org/software/ipvs.html -license =3D GPLv2+ -summary =3D 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 =3D https://kernel.org/pub/linux/utils/kernel/ipvsadm/ - -build - requires - libnl3-devel - popt-devel - end - - PARALLELISMFLAGS =3D # parallel build not supported - - make_build_targets +=3D CFLAGS=3D"%{CFLAGS}" LDFLAGS=3D"%{LDFLAGS}" - - make_install_targets +=3D BUILD_ROOT=3D"%{BUILDROOT}" \ - SBIN=3D"%{BUILDROOT}%{sbindir}" MANDIR=3D"%{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 -=20 - ipvsadm: $(OBJS) $(STATIC_LIBS) -- $(CC) $(CFLAGS) -o $@ $^ $(LIBS) -+ $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) -=20 - 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 $@ $^ -=20 - $(SHARED_LIB): libipvs.o ip_vs_nl_policy.o -- $(CC) -shared -Wl,-soname,$@ -o $@ $^ -+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$@ -o $@ $^ -=20 - %.o: %.c - $(CC) $(CFLAGS) $(INCLUDE) $(DEFINES) -c -o $@ $< --=20 2.30.2 --===============7311446306332033876==--