SF.net SVN: gar:[27058] csw/mgar/pkg/bash/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 5 13:15:09 CET 2024
Revision: 27058
http://sourceforge.net/p/gar/code/27058
Author: dmichelsen
Date: 2024-03-05 12:15:08 +0000 (Tue, 05 Mar 2024)
Log Message:
-----------
bash/trunk: Switch to gcc
Modified Paths:
--------------
csw/mgar/pkg/bash/trunk/Makefile
Modified: csw/mgar/pkg/bash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bash/trunk/Makefile 2024-03-03 11:38:02 UTC (rev 27057)
+++ csw/mgar/pkg/bash/trunk/Makefile 2024-03-05 12:15:08 UTC (rev 27058)
@@ -57,15 +57,21 @@
# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWbash = CSWlibintl9
RUNTIME_DEP_PKGS_CSWbash += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWbash += CSWlibgcc-s1
# /usr/local is present in the default path, this can be safely ignored
CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/bin/bash
CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/bin/bashbug
+CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/include/bash/config-top.h
+CHECKPKG_OVERRIDES_CSWbash += file-with-bad-content|/usr/local|root/opt/csw/include/bash/y.tab.h
+# These are dynamically loadable shared modules
+CHECKPKG_OVERRIDES_CSWbash += shared-library-missing-dot-so
+
# we add CSW bash to the /etc/shells files using the build script
ETCSHELLS = /opt/csw/bin/bash
-##### Build and installation information #####
+GARCOMPILER = GNU
CONFIGURE_ARGS = $(DIRPATHS)
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