[csw-devel] SF.net SVN: gar:[8874] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Feb 27 23:42:32 CET 2010
Revision: 8874
http://gar.svn.sourceforge.net/gar/?rev=8874&view=rev
Author: dmichelsen
Date: 2010-02-27 22:42:32 +0000 (Sat, 27 Feb 2010)
Log Message:
-----------
mysql-5.0.x: Move CHECKPKG_OVERRIDES before category-include
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile 2010-02-27 22:18:56 UTC (rev 8873)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/Makefile 2010-02-27 22:42:32 UTC (rev 8874)
@@ -174,10 +174,6 @@
PROTOTYPE_PERMS_dbdir = 0700
PROTOTYPE_CLASS_dbdir = ugfiles
-include gar/category.mk
-
-CFLAGS := $(filter-out -I%,$(CFLAGS))
-
# CSWmysql5 contains no files
CHECKPKG_OVERRIDES_CSWmysql5 += license-missing
CHECKPKG_OVERRIDES_CSWmysql5 += action-class-only-in-pkginfo|none
@@ -185,6 +181,10 @@
# Until the dependency guessed gets better at guessing
CHECKPKG_OVERRIDES_CSWmysql5devel += missing-dependency|CSWmysql5
+include gar/category.mk
+
+CFLAGS := $(filter-out -I%,$(CFLAGS))
+
pre-configure-modulated:
# To work around the following libtool version mismatch problem:
# libtool: Version mismatch error. This is libtool 2.2.6, but the
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