Bump to 0.57.1 and libxbps micro.
This commit is contained in:
parent
b9b6f43300
commit
6886a73288
2
configure
vendored
2
configure
vendored
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Try and be like autotools configure, but without autotools
|
||||
|
||||
VERSION=0.58
|
||||
VERSION=0.57.1
|
||||
|
||||
# Ensure that we do not inherit these from env
|
||||
OS=
|
||||
|
@ -4,7 +4,7 @@ RANLIB ?= ranlib
|
||||
|
||||
LIBXBPS_MAJOR = 4
|
||||
LIBXBPS_MINOR = 0
|
||||
LIBXBPS_MICRO = 0
|
||||
LIBXBPS_MICRO = 1
|
||||
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
|
||||
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user