Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gnu-smalltalk - GNU Smalltalk


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174377





------- Additional Comments From [EMAIL PROTECTED]  2006-11-27 02:01 EST -------
The last item is fixed by this upstream patch:

--- orig/gst-config.in
+++ mod/gst-config.in
@@ -2,7 +2,6 @@
 
 : ${prefix:[EMAIL PROTECTED]@}
 : ${exec_prefix:[EMAIL PROTECTED]@}
-gst_libs='@LDPATH@ @LIBS@'
 exec_prefix_set=no
 
 usage()
@@ -69,6 +68,9 @@ while test $# -gt 0; do
   shift
 done
 
+: ${pkglibdir:="@libdir@/@PACKAGE@"}
+gst_libs="${pkglibdir} @LIBS@"
+
 if test "$echo_prefix" = "yes"; then
        echo $prefix
 fi


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to