From f2beaff51a7748b65fdeb917d7a3b56c34178c64 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 21 Jun 2002 15:45:56 +0000 Subject: [PATCH] Removed gcc-specific defs and removed thread switch --- pgp2/pgp2.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pgp2/pgp2.spec b/pgp2/pgp2.spec index 63c8355570..66f4c0614e 100644 --- a/pgp2/pgp2.spec +++ b/pgp2/pgp2.spec @@ -68,12 +68,7 @@ AutoReqProv: no %build cd src - CC="%{l_cc}" CFLAGS="%{l_cflags -O}" - CFLAGS="%{l_cflags -O}" - case "%{l_target}" in - *-freebsd* ) CFLAGS="$CFLAGS -pthread" ;; - *-solaris* ) CFLAGS="$CFLAGS -pthreads" ;; - esac + CC="%{l_cc}" case "%{l_target}" in *-freebsd* ) OS=freebsd