summaryrefslogtreecommitdiff
path: root/sys-boot/netboot/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/netboot/files')
-rw-r--r--sys-boot/netboot/files/netboot-0.10.2-configure-clang16.patch37
-rw-r--r--sys-boot/netboot/files/netboot-0.10.2-ldflags.patch38
-rw-r--r--sys-boot/netboot/files/netboot-0.10.2-slibtool.patch11
3 files changed, 0 insertions, 86 deletions
diff --git a/sys-boot/netboot/files/netboot-0.10.2-configure-clang16.patch b/sys-boot/netboot/files/netboot-0.10.2-configure-clang16.patch
deleted file mode 100644
index 41c13bb634e2..000000000000
--- a/sys-boot/netboot/files/netboot-0.10.2-configure-clang16.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-https://bugs.gentoo.org/875116
---- a/configure
-+++ b/configure
-@@ -10772,6 +10772,7 @@ else
- #endif
-
- #include <stdio.h>
-+#include <stdlib.h>
-
- #ifdef RTLD_GLOBAL
- # define LT_DLGLOBAL RTLD_GLOBAL
-@@ -25362,7 +25363,7 @@ _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--
-+#include <stdlib.h>
- #pragma pack(1)
- struct {
- char c[3];
-@@ -25441,7 +25442,7 @@ _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--
-+#include <stdlib.h>
- #pragma options align=packed
- struct {
- char c[3];
-@@ -27724,6 +27725,7 @@ _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-+#include <stdlib.h>
-
- #ifdef USE_PACKED
- # define PACKED __attribute__((packed))
diff --git a/sys-boot/netboot/files/netboot-0.10.2-ldflags.patch b/sys-boot/netboot/files/netboot-0.10.2-ldflags.patch
deleted file mode 100644
index 2cb245076d90..000000000000
--- a/sys-boot/netboot/files/netboot-0.10.2-ldflags.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- netboot-0.10.2/make.config.in.org 2007-02-01 13:09:18.000000000 +0100
-+++ netboot-0.10.2/make.config.in 2010-02-09 00:34:15.000000000 +0100
-@@ -105,7 +105,7 @@
- INCLUDE = $(patsubst %,-I%,$(subst :, ,$(VPATH)))
- CDEFS = @DEFS@ -DNETBOOT
- CFLAGS = @CFLAGS@ $(CDEBUG) $(CDEFS) $(INCLUDE)
--LDFLAGS = -s
-+LDFLAGS = @LDFLAGS@
- SYSLIBS = @LIBS@
- BDBLIB = @BDBLIB@
- ODBCLIB = @ODBCLIB@
---- netboot-0.10.2/misc/Makefile.org 2007-02-01 19:42:10.000000000 +0100
-+++ netboot-0.10.2/misc/Makefile 2010-02-09 00:39:21.000000000 +0100
-@@ -76,7 +76,7 @@
-
- gccrules: $(LIBTOOL) gccrules.o $(LIBNBA)
- @$(LIBTOOL) --mode=link \
-- $(CC) $(CFLAGS) -o gccrules gccrules.o $(LIBS) \
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o gccrules gccrules.o $(LIBS) \
- -no-install
-
-
-@@ -89,13 +89,13 @@
-
- gccopt: $(LIBTOOL) gccopt.o $(LIBNBA)
- @$(LIBTOOL) --mode=link \
-- $(CC) $(CFLAGS) -o gccopt gccopt.o $(LIBS) \
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o gccopt gccopt.o $(LIBS) \
- -no-install
-
-
- nbmd5: $(LIBTOOL) nbmd5.o $(LIBNBA)
- @$(LIBTOOL) --mode=link \
-- $(CC) $(CFLAGS) -o nbmd5 nbmd5.o $(LIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o nbmd5 nbmd5.o $(LIBS)
-
-
- instdrv: instdrv.in
diff --git a/sys-boot/netboot/files/netboot-0.10.2-slibtool.patch b/sys-boot/netboot/files/netboot-0.10.2-slibtool.patch
deleted file mode 100644
index 82b83f9b5888..000000000000
--- a/sys-boot/netboot/files/netboot-0.10.2-slibtool.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/misc/instdrv.in
-+++ b/misc/instdrv.in
-@@ -296,7 +296,7 @@
- #
- test -n "$MD5PROG" || MD5PROG="$DEFAULT_MD5PROG"
- case $MD5PROG in
-- */libtool*)
-+ *libtool*)
- # It's OK when calling MD5PROG through libtool
- ;;
- /*)