SF.net SVN: gar:[25408] csw/mgar/pkg/gnupg2/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Nov 24 23:21:54 CET 2015


Revision: 25408
          http://sourceforge.net/p/gar/code/25408
Author:   lblume
Date:     2015-11-24 22:21:54 +0000 (Tue, 24 Nov 2015)
Log Message:
-----------
gnupg2/trunk: Add build deps; fix configure option for curl

Modified Paths:
--------------
    csw/mgar/pkg/gnupg2/trunk/Makefile

Modified: csw/mgar/pkg/gnupg2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg2/trunk/Makefile	2015-11-24 18:26:15 UTC (rev 25407)
+++ csw/mgar/pkg/gnupg2/trunk/Makefile	2015-11-24 22:21:54 UTC (rev 25408)
@@ -31,6 +31,8 @@
 BUILD_DEP_PKGS += CSWopenldap-dev
 BUILD_DEP_PKGS += CSWlibpth-dev
 BUILD_DEP_PKGS += CSWlibz-dev
+BUILD_DEP_PKGS += CSWlibrtmp-dev
+BUILD_DEP_PKGS += CSWlibssh2-dev
 
 PACKAGES += CSWgnupg2
 SPKG_DESC_CSWgnupg2 = GnuPG is a complete and free replacement for PGP
@@ -59,7 +61,9 @@
 ISAEXEC = 1
 
 CONFIGURE_ARGS  = $(DIRPATHS)
-CONFIGURE_ARGS += --with-libcurl=$(prefix)
+# IF this one is used, it forces the use of /opt/csw/bin/curl-config
+# Better to let it find the one in the PATH, which is arch-dependent
+#CONFIGURE_ARGS += --with-libcurl=$(prefix)
 CONFIGURE_ARGS += --with-ldap=$(prefix)
 CONFIGURE_ARGS += --with-zlib=$(prefix)
 CONFIGURE_ARGS += --with-bzip2=$(prefix)

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