diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-28 09:20:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-28 09:20:53 +0100 |
commit | 6fac7e1d3121a0611a11f66d945e65806bbae301 (patch) | |
tree | 0404d56c13099161f028764fb9593279fe6e00d3 /sys-apps/prctl/files/prctl-1.6-configure.in.patch | |
parent | dev-python/cffi: Replace virtual/cffi (diff) | |
download | gentoo-6fac7e1d3121a0611a11f66d945e65806bbae301.tar.gz gentoo-6fac7e1d3121a0611a11f66d945e65806bbae301.tar.bz2 gentoo-6fac7e1d3121a0611a11f66d945e65806bbae301.zip |
sys-apps/prctl: drop CPP detection
While at it modernized build system up to recent automake.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/prctl/files/prctl-1.6-configure.in.patch')
-rw-r--r-- | sys-apps/prctl/files/prctl-1.6-configure.in.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/prctl/files/prctl-1.6-configure.in.patch b/sys-apps/prctl/files/prctl-1.6-configure.in.patch new file mode 100644 index 000000000000..492733eb97e9 --- /dev/null +++ b/sys-apps/prctl/files/prctl-1.6-configure.in.patch @@ -0,0 +1,20 @@ +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) |