Browse Source

let configure find et/com_err.h

Thomas Lotterer 20 years ago
parent
commit
fc76c1ae69
1 changed files with 4 additions and 4 deletions
  1. 4 4
      imapd/imapd.spec

+ 4 - 4
imapd/imapd.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Mail
 License:      BSD
 Version:      2.2.12
-Release:      20050531
+Release:      20050613
 
 #   package options
 %option       with_fsl    yes
@@ -100,10 +100,10 @@ AutoReqProv:  no
         -e 's;db-4.1;db;g' \
         configure
 
-    #   ensure local com_err can be used
+    #   ensure local et/com_err can be found
     %{l_shtool} subst -s \
-        -e 's;#include <com_err.h>;#include "et/com_err.h";' \
-        `find . -name *.[ch] -print`
+        -e 's;#include <et/com_err.h>;#include "et/com_err.h";' \
+        configure
 
     #   ensure linking of Berkeley DB
     loclibs=""