pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/56183: security/gcr USE_TOOLS+=readlink (Solaris 10 install issue)



>Number:         56183
>Category:       pkg
>Synopsis:       security/gcr USE_TOOLS+=readlink (Solaris 10 install issue)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 17 14:20:00 +0000 2021
>Originator:     Claes Nästén
>Release:        trunk 2021-05-17
>Organization:
>Environment:
SunOS u40 5.10 Generic_147148-26 i86pc i386 i86pc
>Description:
install stage of security/gcr fails under Solaris 10 due to readlink not being in the path.
>How-To-Repeat:
Build security/gcr on Solaris 10
>Fix:
diff --git a/security/gcr/Makefile b/security/gcr/Makefile
index beb66faa9b7..3b6d9ef7c50 100644
--- a/security/gcr/Makefile
+++ b/security/gcr/Makefile
@@ -18,6 +18,7 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            gmake intltool msgfmt perl pkg-config
 USE_TOOLS+=            aclocal autoconf automake autopoint
 USE_TOOLS+=            gdbus-codegen
+USE_TOOLS+=            readlink
 
 CONFIGURE_ARGS+=       --enable-vala
 CONFIGURE_ARGS+=       --enable-gtk-doc


Home | Main Index | Thread Index | Old Index