Преглед изворни кода

fix building under Solaris (submitted by Christoph Schug)

Ralf S. Engelschall пре 16 година
родитељ
комит
0e1ec0797c
4 измењених фајлова са 8 додато и 4 уклоњено
  1. 2 1
      bind/bind.spec
  2. 2 1
      libpcap/libpcap.spec
  3. 2 1
      vim/vim.spec
  4. 2 1
      wget/wget.spec

+ 2 - 1
bind/bind.spec

@@ -36,7 +36,7 @@ Class:        BASE
 Group:        DNS
 License:      ISC
 Version:      %{V_opkg}
-Release:      20090108
+Release:      20090503
 
 #   package options
 %option       with_dnssec    yes
@@ -116,6 +116,7 @@ Conflicts:    powerdns
 %if "%{with_dnssec}" == "yes"
     LIBS="$LIBS `pkg-config openssl --libs`"
 %endif
+    GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
         --mandir=%{l_prefix}/man \

+ 2 - 1
libpcap/libpcap.spec

@@ -32,7 +32,7 @@ Class:        BASE
 Group:        Capturing
 License:      GPL
 Version:      1.0.0
-Release:      20081028
+Release:      20090503
 
 #   list of sources
 Source0:      http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
@@ -67,6 +67,7 @@ AutoReqProv:  no
 %build
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
+    GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
         --mandir=%{l_prefix}/man

+ 2 - 1
vim/vim.spec

@@ -37,7 +37,7 @@ Class:        CORE
 Group:        Editor
 License:      Charityware
 Version:      %{V_vl}.%{V_pl}
-Release:      20090430
+Release:      20090503
 
 #   package options
 %option       with_x11        no
@@ -307,6 +307,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
+    GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
         --mandir=%{l_prefix}/man \

+ 2 - 1
wget/wget.spec

@@ -32,7 +32,7 @@ Class:        BASE
 Group:        Web
 License:      GPL
 Version:      1.11.4
-Release:      20080630
+Release:      20090503
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@@ -73,6 +73,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
+    GREP="grep" \
     MAKEINFO="%{l_prefix}/bin/makeinfo" \
     ./configure \
         --prefix=%{l_prefix} \