Bump revision and fixes for pkgs requiring libssl.
This commit is contained in:
13
srcpkgs/xbps/patches/fix_ld_as_needed_order.diff
Normal file
13
srcpkgs/xbps/patches/fix_ld_as_needed_order.diff
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user