commit:     af26a87e340766df4add17daacc7b77849a7b123
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 23:15:30 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 23:15:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=af26a87e

musl packages need argp like uclibc.

 core/etc/grs/world.conf | 3 +++
 scripts/cycle.2.sh      | 1 +
 2 files changed, 4 insertions(+)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index bc94fd3..f4ef8e3 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7489,6 +7489,9 @@ package.use : sys-libs/gpm:0 -selinux static-libs
 
 [sys-libs/libavc1394:0]
 package.use : sys-libs/libavc1394:0 static-libs
+package.env : sys-libs/libavc1394:0 sys-libs_libavc1394_0
+env : LDFLAGS=-largp
+
 
 [sys-libs/libcap-ng:0]
 package.use : sys-libs/libcap-ng:0 python static-libs

diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index 121b2ea..c937e7d 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -3,6 +3,7 @@
 source /etc/profile
 env-update
 emerge -b1q portage
+emerge -b1q argp-standalone
 emerge -b1q =app-portage/grs-9999
 
 # This is from the tarball.

Reply via email to