mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-apps/prctl: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/16417 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
9bd42d58c4
commit
7bcd38555f
@@ -1,20 +0,0 @@
|
||||
Restored configure.in based on tarball's configure
|
||||
--- /dev/null
|
||||
+++ b/configure.in
|
||||
@@ -0,0 +1,16 @@
|
||||
+AC_INIT(prctl.c)
|
||||
+
|
||||
+AC_PROG_LN_S
|
||||
+AC_PROG_CC
|
||||
+AC_PROG_CPP
|
||||
+AC_PROG_INSTALL
|
||||
+
|
||||
+
|
||||
+AC_HEADER_STDC
|
||||
+AC_CHECK_HEADERS(unistd.h)
|
||||
+
|
||||
+
|
||||
+AC_CHECK_FUNCS(strerror)
|
||||
+AC_SUBST(ASCPP)
|
||||
+AC_SUBST(INSTALL)
|
||||
+AC_OUTPUT(Makefile)
|
||||
Reference in New Issue
Block a user