]> git.pld-linux.org Git - packages/flux.git/commitdiff
- release 2,
authorkloczek <kloczek@pld-linux.org>
Mon, 21 Aug 2000 22:25:58 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gethostbyname_is_in_libc_aka_no_libnsl patch - now flux is not
  linked with libnsl.

Changed files:
    flux.spec -> 1.9

flux.spec

index 4e6e2a2c7c429621e8e9b453fee2325c95fbc889..e1ff3b1b2a57bbc11b0fecad1f0bada4c92da66c 100644 (file)
--- a/flux.spec
+++ b/flux.spec
@@ -1,12 +1,14 @@
 Summary:       Flux is a survival-through-structure library
 Name:          flux
 Version:       0.4.1
-Release:       1
+Release:       2
 Group:         Libraries
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 License:       GPL
 Source0:       ftp://ftp.styx.net/projects/flux/%{name}-%{version}.tar.gz
+Patch0:                %{name}-gethostbyname_is_in_libc_aka_no_libnsl.patch
+BuildRequires: autoconf
 URL:           http://projects.simplemente.net/flux/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -79,7 +81,7 @@ Biblioteki statyczne flux.
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+autoconf
 %configure
 echo n | make
 
This page took 0.068177 seconds and 4 git commands to generate.