public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ipvsadm: Drop package
@ 2023-02-21 17:27 Stefan Schantl
  2023-02-21 17:27 ` [PATCH 2/3] keepalived: " Stefan Schantl
  2023-02-21 17:27 ` [PATCH 3/3] fuse-sshfs: " Stefan Schantl
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2023-02-21 17:27 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-21 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 17:27 [PATCH 1/3] ipvsadm: Drop package Stefan Schantl
2023-02-21 17:27 ` [PATCH 2/3] keepalived: " Stefan Schantl
2023-02-21 17:27 ` [PATCH 3/3] fuse-sshfs: " Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox