fix rump URLs
Link to https://github.com/rumpkernel/ instead of a site now taken over by an SEO squatter. Per discussion on github.com/rumpkernel issues with pooka. PR misc/57501
This commit is contained in:
parent
918835f5c6
commit
cfee6e9176
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.96 2019/11/11 22:45:27 joerg Exp $
|
# $NetBSD: Makefile,v 1.97 2023/07/14 23:28:01 lukem Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
NOSANITIZER= # defined
|
NOSANITIZER= # defined
|
||||||
|
@ -45,7 +45,7 @@ CPPFLAGS+=-I${NETBSDSRCDIR}/sys -I${.CURDIR}/../libc
|
||||||
|
|
||||||
# providing alternative MI implementations for creating an lwp is
|
# providing alternative MI implementations for creating an lwp is
|
||||||
# possible by setting PTHREAD_MAKELWP. Currently, alternatives are
|
# possible by setting PTHREAD_MAKELWP. Currently, alternatives are
|
||||||
# set by the rumprun software stacks (see repo.rumpkernel.org)
|
# set by the rumprun software stacks (see https://github.com/rumpkernel/rumprun )
|
||||||
PTHREAD_MAKELWP?= pthread_makelwp_netbsd.c
|
PTHREAD_MAKELWP?= pthread_makelwp_netbsd.c
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
# 1) autoreconf -iv
|
# 1) autoreconf -iv
|
||||||
# 2) edit rumpuser_port.h (search for RUMPUSER_CONFIG for instructions)
|
# 2) edit rumpuser_port.h (search for RUMPUSER_CONFIG for instructions)
|
||||||
# 3) rm -rf autom4te.cache
|
# 3) rm -rf autom4te.cache
|
||||||
# 4) commit to NetBSD, pullup to repo.rumpkernel.org
|
# 4) commit to NetBSD, pullup to https://github.com/rumpkernel/
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_PREREQ([2.66])
|
AC_PREREQ([2.66])
|
||||||
AC_INIT([rumpuser-posix], [999], [http://rumpkernel.org/])
|
AC_INIT([rumpuser-posix], [999], [https://github.com/rumpkernel/])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([rumpuser_config.h])
|
AC_CONFIG_HEADERS([rumpuser_config.h])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: rumpuser_port.h,v 1.52 2022/04/19 20:32:17 rillig Exp $ */
|
/* $NetBSD: rumpuser_port.h,v 1.53 2023/07/14 23:28:01 lukem Exp $ */
|
||||||
|
|
||||||
#ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
|
#ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
|
||||||
#define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
|
#define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
#define HAVE_UNISTD_H 1
|
#define HAVE_UNISTD_H 1
|
||||||
#define HAVE_UTIMENSAT 1
|
#define HAVE_UTIMENSAT 1
|
||||||
#define HAVE___QUOTACTL 1
|
#define HAVE___QUOTACTL 1
|
||||||
#define PACKAGE_BUGREPORT "http://rumpkernel.org/"
|
#define PACKAGE_BUGREPORT "https://github.com/rumpkernel/"
|
||||||
#define PACKAGE_NAME "rumpuser-posix"
|
#define PACKAGE_NAME "rumpuser-posix"
|
||||||
#define PACKAGE_STRING "rumpuser-posix 999"
|
#define PACKAGE_STRING "rumpuser-posix 999"
|
||||||
#define PACKAGE_TARNAME "rumpuser-posix"
|
#define PACKAGE_TARNAME "rumpuser-posix"
|
||||||
|
|
Loading…
Reference in New Issue