[csw-devel] SF.net SVN: gar:[20816] csw/mgar/pkg/389-admin/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Fri Apr 19 14:25:49 CEST 2013
Revision: 20816
http://gar.svn.sourceforge.net/gar/?rev=20816&view=rev
Author: cgrzemba
Date: 2013-04-19 12:25:46 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
389-admin/trunk: add maciej's hint (short form)
Modified Paths:
--------------
csw/mgar/pkg/389-admin/trunk/Makefile
Modified: csw/mgar/pkg/389-admin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/389-admin/trunk/Makefile 2013-04-19 09:27:07 UTC (rev 20815)
+++ csw/mgar/pkg/389-admin/trunk/Makefile 2013-04-19 12:25:46 UTC (rev 20816)
@@ -65,12 +65,14 @@
RUNTIME_DEP_PKGS_CSW389-admin += CSWlibnss3
RUNTIME_DEP_PKGS_CSW389-admin += CSW389-admin-console
RUNTIME_DEP_PKGS_CSW389-admin += CSW389-ds-console
+RUNTIME_DEP_PKGS_CSW389-admin += CSWpm-netaddr-ip
CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSWap2modnss
CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSWap2worker
CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSW389-admin-console
CHECKPKG_OVERRIDES_CSW389-admin += surplus-dependency|CSW389-ds-console
-CHECKPKG_OVERRIDES_CSW389-admin += unidentified-dependency|CSW389-admin-console
-CHECKPKG_OVERRIDES_CSW389-admin += unidentified-dependency|CSW389-ds-console
+# hint from Maciej: let checkpkg fail the check at the package build stage. If this was the only error shown, you know that it will go away when you upload the right set of packages, so you can upload safely.
+# CHECKPKG_OVERRIDES_CSW389-admin += unidentified-dependency|CSW389-admin-console
+# CHECKPKG_OVERRIDES_CSW389-admin += unidentified-dependency|CSW389-ds-console
# remove -I/opt/csw/include
CPPFLAGS =
@@ -85,6 +87,8 @@
CONFIGURE_ARGS += --with-icu-bin=/opt/csw/bin
CONFIGURE_ARGS += --with-sasl-inc=/opt/csw/include/sasl
CONFIGURE_ARGS += --with-sasl-lib=/opt/csw/lib
+CONFIGURE_ARGS += --with-nspr-lib=/opt/csw/lib
+CONFIGURE_ARGS += --with-nspr-inc=/opt/csw/include/nspr
CONFIGURE_ARGS += --with-nss-lib=/opt/csw/lib
CONFIGURE_ARGS += --with-nss-inc=/opt/csw/include/nss
CONFIGURE_ARGS += --with-apxs=/opt/csw/apache2/sbin/apxs
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