OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Dec-2002 16:46:34
Branch: HEAD Handle: 2002121615463400
Modified files:
openpkg-src/sa sa.spec
Log:
use canonical form of define default; add PreReq which is required for static
libs, because their link-time is their 'run-time'
Summary:
Revision Changes Path
1.14 +4 -1 openpkg-src/sa/sa.spec
____________________________________________________________________________
Index: openpkg-src/sa/sa.spec
============================================================
$ cvs diff -u -r1.13 -r1.14 sa.spec
--- openpkg-src/sa/sa.spec 16 Dec 2002 15:28:36 -0000 1.13
+++ openpkg-src/sa/sa.spec 16 Dec 2002 15:46:34 -0000 1.14
@@ -23,7 +23,9 @@
##
# package options
-%{!?with_ex: %define with_ex no}
+%ifndef with_ex
+%define with_ex no
+%endif
# package information
Name: sa
@@ -47,6 +49,7 @@
PreReq: OpenPKG, openpkg >= 20020206
%if "%{with_ex}" == "yes"
BuildPreReq: ex
+PreReq: ex
%endif
AutoReq: no
AutoReqProv: no
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]