mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Merge pull request #6545 from Visone-Selektah/xbps
xbps: upgrade to 0.59.2
This commit is contained in:
@@ -1 +1 @@
|
||||
c942828a007078d0f9649e35b7c5c6e2 xbps-0.59.1.tar.gz
|
||||
a18b84e7ea2a21ef5ecb3af5c4eaab56 xbps-0.59.2.tar.gz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
xbps-0.59.1-1
|
||||
xbps-0.59.2-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xbps-alternatives
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# depends : ca-certificates libarchive openssl
|
||||
|
||||
name=xbps
|
||||
version=0.59.1
|
||||
version=0.59.2
|
||||
release=1
|
||||
source="$name-$version.tar.gz::https://github.com/void-linux/xbps/archive/$version.tar.gz"
|
||||
|
||||
@@ -10,8 +10,8 @@ build() {
|
||||
cd $name-$version
|
||||
|
||||
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
|
||||
export LDFLAGS="-L/usr/lib/openssl-1.0"
|
||||
export CFLAGS="$CFLAGS -I/usr/include/openssl-1.0"
|
||||
export LDFLAGS="-L/usr/lib/libssl.so.3"
|
||||
export CFLAGS="$CFLAGS -I/usr/include/openssl"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
||||
Reference in New Issue
Block a user