changeset 18513:602e8264266a

- Don't hardcode silc header locations, rely on pkg-config for those, because I think I broke non-pkg-config detection of older silc toolkit.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 13 Jul 2007 02:05:16 +0000
parents 7ee0e0597a26
children ad12ae61bb2c 79e5176274b4
files pidgin.spec.in
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin.spec.in	Fri Jul 13 01:42:29 2007 +0000
+++ b/pidgin.spec.in	Fri Jul 13 02:05:16 2007 +0000
@@ -225,8 +225,6 @@
                                     %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \
                                     %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \
                                     %{?_with_sasl:--enable-cyrus-sasl} \
-                                    %{!?_without_silc:--with-silc-includes=%{_includedir}/silc} \
-                                    %{!?_without_silc:--with-silc-libs=%{_libdir}/silc} \
                                     %{?_without_tcl:--disable-tcl} \
                                     %{?_without_text:--disable-consoleui}
 
@@ -458,6 +456,11 @@
 %endif
 
 %changelog
+* Thu Jul 12 2007 Stu Tomlinson <stu@nosnilmot.com>
+- Don't hardcode silc header locations, rely on pkg-config for those,
+  because I think I broke non-pkg-config detection of older silc
+  toolkit.
+
 * Tue Jun 5 2007 Stu Tomlinson <stu@nosnilmot.com>
 - Add missing Requires for gtk2-devel, dbus-devel & ncurses-devel to
   appropriate -devel subpackages