- -fPIC (for x86_64)

This commit is contained in:
Rex Dieter 2005-10-21 19:15:47 +00:00
parent fe8788230a
commit aa76589859

View File

@ -1,9 +1,9 @@
# $Id: openslp.spec,v 1.8 2005/10/21 18:56:57 rdieter Exp $ # $Id: openslp.spec,v 1.9 2005/10/21 19:15:47 rdieter Exp $
Summary: Open implementation of Service Location Protocol V2 Summary: Open implementation of Service Location Protocol V2
Name: openslp Name: openslp
Version: 1.2.1 Version: 1.2.1
Release: 1%{?dist} Release: 2%{?dist}
Group: System Environment/Libraries Group: System Environment/Libraries
License: BSD License: BSD
@ -64,6 +64,9 @@ find . -name "CVS" | xargs rm -rf
%build %build
# for x86_64
export CFLAGS="-fPIC $RPM_OPT_FLAGS"
# for slpd
export LDFLAGS="-pie" export LDFLAGS="-pie"
%configure \ %configure \
@ -138,6 +141,9 @@ fi
%changelog %changelog
* Fri Oct 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.1-2
- -fPIC (for x86_64)
* Fri Oct 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.1-1 * Fri Oct 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.2.1-1
- 1.2.1 - 1.2.1
- move most docs to -server - move most docs to -server