Browse Source

mark fully broken

Ralf S. Engelschall 23 years ago
parent
commit
f0b427cf88
1 changed files with 4 additions and 3 deletions
  1. 4 3
      gnutls/gnutls.spec

+ 4 - 3
gnutls/gnutls.spec

@@ -29,11 +29,11 @@ Summary:      GNU SSL/TLS Library
 URL:          http://www.gnutls.org/
 Vendor:       The GnuTLS Project
 Packager:     The OpenPKG Project
-Distribution: OpenPKG [EXP]
+Distribution: OpenPKG [BRK]
 Group:        Cryptography
 License:      GPL
 Version:      0.4.1
-Release:      20020407
+Release:      20020810
 
 #   list of sources
 Source0:      ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
@@ -57,7 +57,8 @@ AutoReqProv:  no
 
 %build
     CC="%{l_cc}" \
-    CFLAGS="%{l_cflags -O}" \
+    CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
+    CPPFLAGS="-I%{l_prefix}/include" \
     ./configure \
         --prefix=%{l_prefix} \
         --with-libgcrypt-prefix=%{l_prefix} \