[csw-devel] SF.net SVN: gar:[4165] csw/mgar/pkg/xmlto/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Apr 2 21:55:35 CEST 2009
Revision: 4165
http://gar.svn.sourceforge.net/gar/?rev=4165&view=rev
Author: bdwalton
Date: 2009-04-02 19:55:35 +0000 (Thu, 02 Apr 2009)
Log Message:
-----------
disable runpath; add missing dependency on bash
Modified Paths:
--------------
csw/mgar/pkg/xmlto/trunk/Makefile
Modified: csw/mgar/pkg/xmlto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xmlto/trunk/Makefile 2009-04-02 16:50:17 UTC (rev 4164)
+++ csw/mgar/pkg/xmlto/trunk/Makefile 2009-04-02 19:55:35 UTC (rev 4165)
@@ -7,7 +7,7 @@
REQUIRED_PKGS = CSWsgmlcommon CSWxmlcommon CSWlibxml2 CSWdocbookdtds
REQUIRED_PKGS += CSWdocbookxsl CSWlibxslt CSWflex CSWw3m CSWmktemp
-REQUIRED_PKGS += CSWggetopt
+REQUIRED_PKGS += CSWggetopt CSWbash
DESCRIPTION = An XSL toolchain front end.
define BLURB
@@ -24,6 +24,9 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+# we don't link to anything besides libc and libm.
+NORUNPATH = 1
+
pre-configure:
@(cd $(WORKSRC); \
touch doc/xmlto.xml doc/xmlif.xml )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list