openssl: change sed expression delimiter
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>
Tue, 22 Sep 2015 14:23:40 +0000 (11:23 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 23 Sep 2015 21:27:42 +0000 (23:27 +0200)
commit35495daed39933db06dcc62a335fff89836d1853
tree8c983a173c9690128335f3ee468806597f5ed43a
parent7a8c03614f195f8acb2a73bca69ff89caec43c02
openssl: change sed expression delimiter

Switch from : to # since CFLAGS can include :'s spilled in from
BR2_TARGET_OPTIMIZATION, for example:

BR2_TARGET_OPTIMIZATION="-Wl,-rpath,/lib:/usr/lib" would cause the sed
expression to fail thus breaking the build.

Changed all of the SEDs to # for consistency.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openssl/openssl.mk