diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-11-16 12:51:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-11-16 12:51:52 +0100 |
commit | aa051be452bad87dc5bf8ac7ee26a7bafb555f74 (patch) | |
tree | ded113ff943107f93b5c2b5fd001223d0803410d /redhat/applications/tderadio | |
parent | 373f351bbd5f9c6394adfd75084e542970cf1cef (diff) | |
download | tde-packaging-aa051be452bad87dc5bf8ac7ee26a7bafb555f74.tar.gz tde-packaging-aa051be452bad87dc5bf8ac7ee26a7bafb555f74.zip |
RPM Packaging: update R14 applications
Diffstat (limited to 'redhat/applications/tderadio')
-rw-r--r-- | redhat/applications/tderadio/tderadio-14.0.0.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/applications/tderadio/tderadio-14.0.0.spec b/redhat/applications/tderadio/tderadio-14.0.0.spec index 8c7d8fff0..6265f14d6 100644 --- a/redhat/applications/tderadio/tderadio-14.0.0.spec +++ b/redhat/applications/tderadio/tderadio-14.0.0.spec @@ -108,6 +108,7 @@ of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome. unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" +# Warning: --enable-visibility causes applications fails to start ! %configure \ --prefix=%{tde_prefix} \ --exec-prefix=%{tde_prefix} \ @@ -123,7 +124,7 @@ export PATH="%{tde_bindir}:${PATH}" --enable-new-ldflags \ --enable-closure \ --enable-rpath \ - --enable-gcc-hidden-visibility \ + --disable-gcc-hidden-visibility \ \ %{?with_lirc:--enable-lirc} %{?!with_lirc:--disable-lirc} \ --enable-v4l2 \ @@ -142,6 +143,7 @@ export PATH="%{tde_bindir}:${PATH}" %find_lang %{tde_pkg} + %clean %__rm -rf %{buildroot} |