Browse Source

fix broken configure script

Michael van Elst 22 years ago
parent
commit
af5fd57aff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      glib2/glib2.spec

+ 2 - 1
glib2/glib2.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Algorithm
 License:      GPL
 Version:      %{V_glib2_major}.%{V_glib2_minor}
-Release:      20030609
+Release:      20030614
 
 #   package options
 %option       with_threads  no
@@ -65,6 +65,7 @@ AutoReqProv:  no
     %setup -q -n glib-%{version}
     %{l_shtool} subst \
         -e 's;\$export_dynamic_flag_spec;;g' \
+        -e 's;eval echo \\\\;eval echo ;' \
         configure
     %{l_shtool} subst \
         -e 's;/glib-2\.0;/glib2;g' \