Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
eb4fbc84
Commit
eb4fbc84
authored
Aug 18, 2016
by
Jenkins
Committed by
Grégory Starck
Aug 18, 2016
Browse files
automatic submodules update
parents
f098b80b
e1c48706
Changes
6
Show whitespace changes
Inline
Side-by-side
client-android
@
d4cd9965
Subproject commit
5137ad4a772787b2188913075f4e232d123d7db7
Subproject commit
d4cd996593cb38e12a0551bbe393d002d92b83dc
client-gnome
@
541a40ab
Subproject commit
ae92efd611e029f13a76e1c6e75844c7138075fb
Subproject commit
541a40aba471b09cf6945d9ba59815bb3ad985b3
daemon
@
e1081be4
Subproject commit
d16dde17ccc43208c7fffef836e94935f7fb0cc6
Subproject commit
e1081be446f2017df2f2782dd14741cd501017a4
lrc
@
d8710c09
Subproject commit
c69ae83d46411497cb3e20281934318c546af3ab
Subproject commit
d8710c09e1c982a60f6063c2cd3742407a6415bc
packaging/rules/debian/rules
View file @
eb4fbc84
...
...
@@ -42,7 +42,8 @@ override_dh_auto_configure:
--disable-speex
\
--disable-sndfile
\
--disable-gsm
\
--disable-speexdsp
&&
\
--disable-speexdsp
\
--disable-natpmp
&&
\
make
list
&&
\
make
-j1
V
=
1
cd
daemon
&&
\
...
...
@@ -143,9 +144,6 @@ override_dh_auto_install:
##########################
cd
client-gnome/build
&&
make
DESTDIR
=
$(CURDIR)
/debian/ring
install
# Remove ring binary: it is not needed for now
rm
$(CURDIR)/debian/ring/usr/bin/ring.cx
tmpdir
:=
$(
shell
mktemp
-d
)
workdir
:=
$(
shell
pwd
)
PKD
:=
$(
abspath
$(
dir
$(MAKEFILE_LIST)
))
...
...
packaging/rules/fedora/ring.spec
View file @
eb4fbc84
...
...
@@ -97,7 +97,8 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-speex \
--disable-sndfile \
--disable-gsm \
--disable-speexdsp && \
--disable-speexdsp \
--disable-natpmp && \
make list && \
make fetch && \
make -j1 V=1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment