[Bug 706719] New: [PATCH] Quote autogen.sh arguments when passing to autogen_options

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 24 12:21:36 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706719
  GStreamer | common | git

           Summary: [PATCH] Quote autogen.sh arguments when passing to
                    autogen_options
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: common
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bugs at kerrickstaley.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=253022)
 View: https://bugzilla.gnome.org/attachment.cgi?id=253022
 Review: https://bugzilla.gnome.org/review?bug=706719&attachment=253022

Patch fixing the issue

More build problems (and fixes) \o/

To fix an unrelated package, I had to append liblua_LIBS='-llua5.1 -lm' to
autogenargs in my jhbuildrc. gstreamer's autogen.sh should just pass this flag
on to configure (which will disregard it, because gstreamer doesn't have
anything to do with Lua), but instead it passes liblua_LIBS=-llua5.1 and -lm
separately, causing configure to choke.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list