Author: qboosh Date: Tue Mar 1 21:08:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- simplified
---- Files affected:
SPECS:
asterisk.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.42 SPECS/asterisk.spec:1.43
--- SPECS/asterisk.spec:1.42 Tue Mar 1 21:40:48 2005
+++ SPECS/asterisk.spec Tue Mar 1 22:08:17 2005
@@ -121,15 +121,13 @@
CC="%{__cc}" \
OPTIMIZE="%{rpmcflags}"
-%if %{!without h323}
+%if %{with h323}
# H323 plugin:
-cd channels/h323/
-%{__make} \
+%{__make} -C channels/h323 \
PWLIBDIR="%{_prefix}" \
OPENH323DIR="%{_prefix}" \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} -I/usr/include/openh323 -fPIC -fpic
-I../../include"
-cd ../../
+ CFLAGS="%{rpmcflags} -I/usr/include/openh323 -fPIC -I../../include"
%endif
# it requires doxygen - I don't know if we should do this...
@@ -231,6 +229,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2005/03/01 21:08:17 qboosh
+- simplified
+
Revision 1.42 2005/03/01 20:40:48 djrzulf
- now we build from our sources, STBR AC-TEST,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.42&r2=1.43&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit