[csw-devel] SF.net SVN: gar:[20389] csw/mgar/pkg/sphinx/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Mar 7 18:32:56 CET 2013
Revision: 20389
http://gar.svn.sourceforge.net/gar/?rev=20389&view=rev
Author: dmichelsen
Date: 2013-03-07 17:32:56 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
sphinx/trunk: Enable 64 bit, disable postgres
Modified Paths:
--------------
csw/mgar/pkg/sphinx/trunk/Makefile
Modified: csw/mgar/pkg/sphinx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sphinx/trunk/Makefile 2013-03-07 16:48:22 UTC (rev 20388)
+++ csw/mgar/pkg/sphinx/trunk/Makefile 2013-03-07 17:32:56 UTC (rev 20389)
@@ -25,7 +25,10 @@
RUNTIME_DEP_PKGS_CSWsphinx-search += CSWlibgcc-s1
# These are just examples
-CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/bin/searchd
+CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/searchd
+CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/searchd
+CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv8plus/searchd
+CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv9/searchd
CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/indexer.1
CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/local|root/etc/opt/csw/sphinx.conf.CSW
CHECKPKG_OVERRIDES_CSWsphinx-search += file-with-bad-content|/usr/share|root/opt/csw/share/man/man1/indextool.1
@@ -38,16 +41,18 @@
EXTRA_LINKER_FLAGS += -liconv
-#BUILD64 = 1
-#ISAEXEC = 1
+BUILD64 = 1
+ISAEXEC = 1
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --enable-id64
CONFIGURE_ARGS += --with-libstemmer
-CONFIGURE_ARHS += --with-pgsql
+# Lets do MySQL first
+#CONFIGURE_ARHS += --with-pgsql
# --with-pgsql-includes path to PostgreSQL header files
# --with-pgsql-libs path to PostgreSQL libraries
+
CONFIGURE_ARGS += --with-libexpat
CONFIGURE_ARGS += --with-iconv
CONFIGURE_ARGS += --with-syslog
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