Bläddra i källkod

Requires make at buildtime.

Michael Schloh von Bennewitz 24 år sedan
förälder
incheckning
10c2574ebb
1 ändrade filer med 6 tillägg och 2 borttagningar
  1. 6 2
      tidy/tidy.spec

+ 6 - 2
tidy/tidy.spec

@@ -36,7 +36,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Text
 License:      GPL
 Version:      %{V_here}
-Release:      20020823
+Release:      20020826
 
 #   list of sources
 Source0:      http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
@@ -44,7 +44,7 @@ Source0:      http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206
+BuildPreReq:  OpenPKG, openpkg >= 20020206, make
 PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
@@ -56,6 +56,10 @@ AutoReqProv:  no
     %setup -q -n tidy
 
 %build
+    echo $PATH
+    echo $LDFLAGS
+    echo $CFLAGS
+    echo $CPPFLAGS
     %{l_make} %{l_mflags -O} \
         CC="%{l_cc} %{l_cflags -O}"