Add disable example 27/172427/1
authorSeokHoon Lee <andy.shlee@samsung.com>
Wed, 14 Mar 2018 02:40:38 +0000 (11:40 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Wed, 14 Mar 2018 02:40:58 +0000 (11:40 +0900)
- Exclude example build.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I008b5618ecb5e3369ab59dbb89e6a0cd9c05cc2f

packaging/gst-rtsp-server.spec

index 0361e04..c7d4d7a 100644 (file)
@@ -42,7 +42,8 @@ CFLAGS+=" -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" "; expor
 LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed"; export LDFLAGS
 
 # always enable sdk build. This option should go away
-%configure --disable-static
+# disable build examples.
+%configure --disable-static --disable-examples
 
 # Call make instruction with smp support
 make %{?jobs:-j%jobs}