|
From: HAYASHI K. <nul...@cl...> - 2013-01-30 09:44:35
|
HAYASHI Kentaro 2013-01-30 18:44:01 +0900 (Wed, 30 Jan 2013) New Revision: dc23375645aabb3ef5c49889c75ec313e9bddfdc https://github.com/clear-code/cutter/commit/dc23375645aabb3ef5c49889c75ec313e9bddfdc Log: rpm fedora: unify separator Modified files: packages/rpm/fedora/cutter.spec.in Modified: packages/rpm/fedora/cutter.spec.in (+1 -1) =================================================================== --- packages/rpm/fedora/cutter.spec.in 2013-01-30 18:35:52 +0900 (03432aa) +++ packages/rpm/fedora/cutter.spec.in 2013-01-30 18:44:01 +0900 (1ddd3cd) @@ -69,7 +69,7 @@ rm -fr %{buildroot}/glib-compatible/pcre %configure --disable-bfd sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool +sed -i -e 's| -shared | -Wl,--as-needed\0|g' libtool V=1 make %{?_smp_mflags} %install |