зеркало из https://github.com/mozilla/pjs.git
Bug #165198. object files are not stripped for RPM build. Use --enable-strip not --enable-strip-libs.
This commit is contained in:
Родитель
3f99ba55e3
Коммит
4abbd6521f
|
@ -192,7 +192,7 @@ BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \
|
||||||
./configure --prefix=%{_prefix} --enable-optimize \
|
./configure --prefix=%{_prefix} --enable-optimize \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--with-default-mozilla-five-home=/usr/lib/mozilla-%{version} \
|
--with-default-mozilla-five-home=/usr/lib/mozilla-%{version} \
|
||||||
--enable-strip-libs \
|
--enable-strip \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-short-wchar \
|
--disable-short-wchar \
|
||||||
--enable-nspr-autoconf \
|
--enable-nspr-autoconf \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче