diff --git a/libdaemon.changes b/libdaemon.changes index 0d691f0..34c3680 100644 --- a/libdaemon.changes +++ b/libdaemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 15:08:17 CET 2007 - seife@suse.de + +- reenabled static libraries to fix ifplugd build + ------------------------------------------------------------------- Wed Nov 28 04:05:04 CET 2007 - crrodriguez@suse.de diff --git a/libdaemon.spec b/libdaemon.spec index c205b05..7df50b7 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -14,7 +14,7 @@ Name: libdaemon BuildRequires: doxygen Url: http://0pointer.de/lennart/projects/libdaemon/ Version: 0.12 -Release: 27 +Release: 28 Summary: Lightweight C library That Eases the Writing of UNIX Daemons License: LGPL v2.1 or later Group: System/Libraries @@ -123,7 +123,7 @@ Authors: %build export CFLAGS="$RPM_OPT_FLAGS" -%configure --disable-lynx --disable-static --with-pic +%configure --disable-lynx --with-pic make %install @@ -144,11 +144,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr (-,root,root) %{_libdir}/libdaemon.so +%{_libdir}/libdaemon.a %{_libdir}/pkgconfig/libdaemon.pc %dir %{_includedir}/libdaemon %{_includedir}/libdaemon/*.h %changelog +* Tue Dec 18 2007 - seife@suse.de +- reenabled static libraries to fix ifplugd build * Wed Nov 28 2007 - crrodriguez@suse.de - libdaemon --> libdaemon0 - remove static libraries