SPECS: squidwall.spec - pass also LDFLAGS - should fix linking pro...
shadzik
shadzik at pld-linux.org
Wed Apr 2 11:25:14 CEST 2008
Author: shadzik Date: Wed Apr 2 09:25:14 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass also LDFLAGS
- should fix linking problems on 64bit
---- Files affected:
SPECS:
squidwall.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/squidwall.spec
diff -u SPECS/squidwall.spec:1.8 SPECS/squidwall.spec:1.9
--- SPECS/squidwall.spec:1.8 Wed Apr 2 11:22:06 2008
+++ SPECS/squidwall.spec Wed Apr 2 11:25:09 2008
@@ -4,7 +4,7 @@
Summary(pl.UTF-8): squidwall - szybkie i bezpieczne przekierowywanie dla squida
Name: squidwall
Version: 0.4e
-Release: 0.1
+Release: 1
License: GPL
Group: Applications
Source0: http://www.mcmilk.de/projects/squidwall/dl/%{name}-%{version}.tar.bz2
@@ -34,7 +34,8 @@
%build
%{__make} \
- CFLAGS="$OPTFLAGS %{rpmcflags}"
+ CFLAGS="$OPTFLAGS %{rpmcflags}" \
+ LDFLAGS="%{rpmldflags} %{_libdir}/libowfat.a"
%install
rm -rf $RPM_BUILD_ROOT
@@ -58,6 +59,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008-04-02 09:25:09 shadzik
+- pass also LDFLAGS
+- should fix linking problems on 64bit
+
Revision 1.8 2008-04-02 09:22:06 shadzik
- pass proper CFLAGS
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/squidwall.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list