diff options
author | Keri Harris <keri@gentoo.org> | 2021-05-31 18:56:27 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2021-05-31 18:56:27 +0000 |
commit | c3c076cd49aba4b71bfc4b7ace2abb68510a87ee (patch) | |
tree | 84f665bcf35e806b937394df30217e0b941207fb /net-misc/pedro | |
parent | net-misc/pedro: cleanly regenerate configure script and Makefiles (diff) | |
download | gentoo-c3c076cd49aba4b71bfc4b7ace2abb68510a87ee.tar.gz gentoo-c3c076cd49aba4b71bfc4b7ace2abb68510a87ee.tar.bz2 gentoo-c3c076cd49aba4b71bfc4b7ace2abb68510a87ee.zip |
net-misc/pedro: Do not call ar directly
Closes: https://bugs.gentoo.org/793128
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris <keri@gentoo.org>
Diffstat (limited to 'net-misc/pedro')
-rw-r--r-- | net-misc/pedro/files/pedro-1.12-portage.patch | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/pedro/files/pedro-1.12-portage.patch b/net-misc/pedro/files/pedro-1.12-portage.patch index d9ec2142fabc..17b027cebdf0 100644 --- a/net-misc/pedro/files/pedro-1.12-portage.patch +++ b/net-misc/pedro/files/pedro-1.12-portage.patch @@ -1,6 +1,12 @@ --- pedro-1.12.orig/configure.ac 2021-01-06 21:02:47.000000000 -0000 -+++ pedro-1.12/configure.ac 2021-05-30 08:00:05.377373355 -0000 -@@ -9,25 +9,25 @@ ++++ pedro-1.12/configure.ac 2021-05-31 18:52:32.205375746 -0000 +@@ -4,30 +4,31 @@ + AC_PROG_CC + AC_PROG_LEX + AC_PROG_INSTALL ++AM_PROG_AR + AC_PROG_RANLIB + #AC_PROG_LIBTOOL PKG_CHECK_MODULES([GLIB],[glib-2.0 >= 2.12]) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4]) |