]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- skip_post_check_so in libchilli. _options symbol needs to be defined in a
authorpawelz <pawelz@pld-linux.org>
Wed, 20 Oct 2010 16:31:24 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

Changed files:
    coova-chilli.spec -> 1.14

coova-chilli.spec

index 5b33be0a1c600f4373ec5f0b4f9e202cfa0354ca..6eb9c576d2038f24390443358f55b10bd2bdccb5 100644 (file)
@@ -17,6 +17,8 @@ Suggests:     haserl
 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
This page took 0.123891 seconds and 4 git commands to generate.