After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667308 - build: Use "$SED" instead of "sed" directly and avoid the "-E" flag
build: Use "$SED" instead of "sed" directly and avoid the "-E" flag
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-04 20:46 UTC by Håvard Graff (hgr)
Modified: 2012-01-05 11:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.57 KB, patch)
2012-01-04 20:46 UTC, Håvard Graff (hgr)
rejected Details | Review

Description Håvard Graff (hgr) 2012-01-04 20:46:47 UTC
Created attachment 204626 [details] [review]
patch

Configure will check for a GNU compatible sed program and store it
in $SED. GNU compatible does not mean it _is_ the GNU sed program.
The "-E" flag is GNU specific, but also implemented by some (all?)
BSD variants of the program, but not by other variants such as the
one found on Solaris.
Comment 1 Tim-Philipp Müller 2012-01-05 11:46:54 UTC
This is a fix for your own internal changes.