[csw-devel] SF.net SVN: gar:[8051] csw/mgar/pkg/file/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Jan 17 21:22:11 CET 2010
Revision: 8051
http://gar.svn.sourceforge.net/gar/?rev=8051&view=rev
Author: dmichelsen
Date: 2010-01-17 20:22:01 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
file: Minor fixes
Modified Paths:
--------------
csw/mgar/pkg/file/trunk/Makefile
Modified: csw/mgar/pkg/file/trunk/Makefile
===================================================================
--- csw/mgar/pkg/file/trunk/Makefile 2010-01-17 20:11:53 UTC (rev 8050)
+++ csw/mgar/pkg/file/trunk/Makefile 2010-01-17 20:22:01 UTC (rev 8051)
@@ -19,6 +19,8 @@
SPKG_SOURCEURL = http://www.darwinsys.com/file/
+REQUIRED_PKGS = CSWzlib
+
CONFIGURE_ARGS = $(DIRPATHS)
# These flags are not understood by Sun Studio
@@ -26,4 +28,9 @@
TEST_TARGET = check
+# The "file" util is used during stripbin. As the newly build binary
+# requires libmagic which is not installed yet we must not use the
+# newly built "file".
+IGNORE_DESTDIR = 1
+
include gar/category.mk
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