fixed sdk path
This commit is contained in:
parent
63ed6e8c9d
commit
0da741f10b
@ -23,7 +23,6 @@ ac_add_options --enable-pango
|
||||
ac_add_options --enable-svg
|
||||
ac_add_options --enable-canvas
|
||||
ac_add_options --enable-startup-notification
|
||||
ac_add_options --with-libxul-sdk=/usr/lib64/xulrunner-sdk-1.9pre
|
||||
ac_add_options --enable-libxul
|
||||
|
||||
export BUILD_OFFICIAL=1
|
||||
|
@ -107,6 +107,11 @@ compliance, performance and portability.
|
||||
%if %{official_branding}
|
||||
%{__cat} %{SOURCE11} >> .mozconfig
|
||||
%endif
|
||||
%{__cat} %{SOURCE11} >> .mozconfig
|
||||
|
||||
# Set up SDK path
|
||||
echo "ac_add_options --with-libxul-sdk=\
|
||||
`pkg-config --variable=sdkdir xulrunner-xpcom`" >> .mozconfig
|
||||
|
||||
# set up our default bookmarks
|
||||
#%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
|
||||
|
Loading…
Reference in New Issue
Block a user