SPECS: mawk.spec - lib64 awareness

glen glen at pld-linux.org
Mon Jul 31 00:38:39 CEST 2006


Author: glen                         Date: Sun Jul 30 22:38:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- lib64 awareness

---- Files affected:
SPECS:
   mawk.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/mawk.spec
diff -u SPECS/mawk.spec:1.57 SPECS/mawk.spec:1.58
--- SPECS/mawk.spec:1.57	Sun Jul 30 19:33:28 2006
+++ SPECS/mawk.spec	Mon Jul 31 00:38:34 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - BOOT macro to bcond
 Summary:	An interpreter for the awk programming language
 Summary(de):	Mikes neuer Posix AWK-Interpretierer
 Summary(es):	Nuevo interpretador (Posix) AWK del Mike
@@ -113,7 +115,7 @@
 %configure
 %if %{?BOOT:1}%{!?BOOT:0}
 %{__make} \
-	MATHLIB=/usr/lib/libm.a \
+	MATHLIB=/usr/%{_lib}/libm.a \
 	LDFLAGS="%{rpmldflags}"
 mv -f mawk mawk.BOOT
 %{__make} clean
@@ -167,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2006/07/30 22:38:34  glen
+- lib64 awareness
+
 Revision 1.57  2006/07/30 17:33:28  sparky
 - use rpmldflags
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mawk.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list