Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting2.git;a=commitdiff;h=cfe0300dc11147d969ce2ddf293b9e9db1e8d0a8

commit cfe0300dc11147d969ce2ddf293b9e9db1e8d0a8
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Jan 12 03:16:39 2011 +0100

tcp_wrappers-7.6-7-x86_64

- fix ignored CFLAGS now really

diff --git a/source/network/tcp_wrappers/FrugalBuild 
b/source/network/tcp_wrappers/FrugalBuild
index 2937382..8ec36f4 100644
--- a/source/network/tcp_wrappers/FrugalBuild
+++ b/source/network/tcp_wrappers/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=tcp_wrappers
Fpkgversep=_
pkgver=7.6
-pkgrel=6
+pkgrel=7
pkgdesc="Monitors and Controls incoming TCP connections"
url="ftp://ftp.porcupine.org/pub/security/index.html";
groups=('network')
@@ -17,16 +17,13 @@ 
source=("ftp://ftp.porcupine.org/pub/security/${pkgname}_$pkgver.tar.gz"; \
signatures=("${source[0]}.sig" '')

if [ "$CARCH" == "x86_64" ] ; then
-       CFLAGS="$CFLAGS -fPIC"
-       CXXFLAGS="$CXXFLAGS -fPIC"
+       CFLAGS="$CFLAGS -fPIC"
fi
-export EXTRA_CFLAGS="$CFLAGS"
-export EXTRA_CXXFLAGS="$CXXFLAGS"
-unset CFLAGS CXXFLAGS

build() {
Fcd
Fpatchall
+       Fsed '-DBROKEN_SO_LINGER' "$CFLAGS -DBROKEN_SO_LINGER" Makefile
make REAL_DAEMON_DIR=/usr/sbin linux || return 1

Ffilerel /usr/lib/libwrap.a
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to