Bump revision and fixes for pkgs requiring libssl.

This commit is contained in:
Juan RP
2010-11-02 08:31:35 +01:00
parent ad2695a838
commit 6821efbeea
43 changed files with 129 additions and 70 deletions

View File

@@ -0,0 +1,13 @@
Fix will be included in 0.6.3.
--- lib/Makefile.orig 2010-11-02 07:40:41.000000000 +0100
+++ lib/Makefile 2010-11-02 07:40:54.000000000 +0100
@@ -66,7 +66,7 @@ $(OBJS): %.o: %.c
libxbps.so: $(OBJS) $(LIBFETCH_OBJS) $(LIBPROP_OBJS)
@printf " [CCLD]\t\t$@\n"
- @$(CC) $(LDFLAGS) $^ -o $(LIBXBPS_SHLIB)
+ @$(CC) $^ $(LDFLAGS) -o $(LIBXBPS_SHLIB)
@-ln -sf $(LIBXBPS_SHLIB) libxbps.so.$(LIBXBPS_MAJOR)
@-ln -sf $(LIBXBPS_SHLIB) libxbps.so

View File

@@ -1,6 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.6.2
revision=1
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
build_style=configure
configure_args="--prefix=/ --includedir=/usr/include
@@ -18,7 +19,8 @@ subpackages="$pkgname-static"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libarchive
Add_dependency run openssl
Add_dependency run libssl
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build libarchive-devel