packages: coovachilli/coovachilli.spec - skip_post_check_so in libchilli. _...

pawelz pawelz at pld-linux.org
Wed Oct 20 18:31:30 CEST 2010


Author: pawelz                       Date: Wed Oct 20 16:31:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- skip_post_check_so in libchilli. _options symbol needs to be defined in a
  library that links against libchilli. It is used to pass configuration to the
  library.
  src/options.h +286:
  #ifndef MAIN_FILE /* all main() files must implement _options */
  extern struct options_t _options;
  #endif

---- Files affected:
packages/coovachilli:
   coovachilli.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/coovachilli/coovachilli.spec
diff -u packages/coovachilli/coovachilli.spec:1.13 packages/coovachilli/coovachilli.spec:1.14
--- packages/coovachilli/coovachilli.spec:1.13	Wed Oct 20 18:01:51 2010
+++ packages/coovachilli/coovachilli.spec	Wed Oct 20 18:31:24 2010
@@ -18,6 +18,8 @@
 Requires(post,preun):	/sbin/chkconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define	skip_post_check_so	libchilli.so.0.0.0
+
 %description
 Coova-Chilli is a fork of the ChilliSpot project - an open source
 captive portal or wireless LAN access point controller. It supports
@@ -124,6 +126,16 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2010/10/20 16:31:24  pawelz
+- skip_post_check_so in libchilli. _options symbol needs to be defined in a
+  library that links against libchilli. It is used to pass configuration to the
+  library.
+
+  src/options.h +286:
+  #ifndef MAIN_FILE /* all main() files must implement _options */
+  extern struct options_t _options;
+  #endif
+
 Revision 1.13  2010/10/20 16:01:51  pawelz
 - up to 1.2.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coovachilli/coovachilli.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list