[csw-devel] SF.net SVN: gar:[17878] csw/mgar/pkg/libcurl4/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 26 14:20:31 CEST 2012


Revision: 17878
          http://gar.svn.sourceforge.net/gar/?rev=17878&view=rev
Author:   dmichelsen
Date:     2012-04-26 12:20:31 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
libcurl4/trunk: Make libcurl4_feature require libcurl4 just in case someones tries to install it manually

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

Modified: csw/mgar/pkg/libcurl4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcurl4/trunk/Makefile	2012-04-26 12:19:59 UTC (rev 17877)
+++ csw/mgar/pkg/libcurl4/trunk/Makefile	2012-04-26 12:20:31 UTC (rev 17878)
@@ -46,6 +46,10 @@
 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibssh2-1
 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcares2
 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibrtmp0
+# Without the base lib the feature lib is not pulled in
+RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcurl4
+# There is no dependency from feature to base as feature is an optional dependency
+CHECKPKG_OVERRIDES_CSWlibcurl4-feature += surplus-dependency|CSWlibcurl4
 
 # These are artifacts of the feature lib being a regular one.
 # As it is never linked against the soname doesn't matter here and the package name

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