[csw-devel] SF.net SVN: gar:[19835] csw/mgar/pkg/libcurl4/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Dec 7 10:18:36 CET 2012
Revision: 19835
http://gar.svn.sourceforge.net/gar/?rev=19835&view=rev
Author: dmichelsen
Date: 2012-12-07 09:18:36 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
libcurl4/trunk: Fix symlink to 4.3.0 soname
Modified Paths:
--------------
csw/mgar/pkg/libcurl4/trunk/Makefile
Modified: csw/mgar/pkg/libcurl4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcurl4/trunk/Makefile 2012-12-07 09:14:43 UTC (rev 19834)
+++ csw/mgar/pkg/libcurl4/trunk/Makefile 2012-12-07 09:18:36 UTC (rev 19835)
@@ -160,9 +160,9 @@
@# This is needed because the substitutions from pax args do not change the
@# contents of the symlink
rm -f $(PKGROOT)$(libdir)/libcurl-feature.so.4
- ln -s libcurl-feature.so.4.2.0 $(PKGROOT)$(libdir)/libcurl-feature.so.4
+ ln -s libcurl-feature.so.4.3.0 $(PKGROOT)$(libdir)/libcurl-feature.so.4
rm -f $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4
- ln -s libcurl-feature.so.4.2.0 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4
+ ln -s libcurl-feature.so.4.3.0 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libcurl-feature.so.4
pwd
gdiff -D 64bit \
$(WORKROOTDIR)/install-isa-$(ISA_DEFAULT64)-features-minimal$(includedir)/curl/curlbuild.h \
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