Index: Makefile
===================================================================
--- Makefile (.../1.23-x86_32) (revision 443)
+++ Makefile (.../1.24-x86_32) (revision 444)
@@ -12,13 +12,13 @@
SOURCE_REQUIRES = sources/GNU/gdbm
-REQUIRES = libs/gdbm/1.23
+REQUIRES = libs/gdbm/1.24
REQUIRES += libs/glibc/2.41-x86_32
# ======= __END_OF_REQUIRES__ =======
-version = 1.23
+version = 1.24
tar_gz_archive = $(SRC_PACKAGE_PATH)/GNU/gdbm/gdbm-$(version).tar.gz
SRC_ARCHIVE = $(tar_gz_archive)
SRC_DIR = $(TARGET_BUILD_DIR)/gdbm-$(version)
@@ -39,7 +39,7 @@
# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
#
GDBM_32_PKG_NAME = gdbm-x32
-GDBM_32_PKG_VERSION = 1.23
+GDBM_32_PKG_VERSION = 1.24
GDBM_32_PKG_ARCH = $(PKGARCH)
GDBM_32_PKG_DISTRO_NAME = $(DISTRO_NAME)
GDBM_32_PKG_DISTRO_VERSION = $(DISTRO_VERSION)
@@ -82,6 +82,7 @@
extra_configure_switches += --mandir=/usr/share/man
extra_configure_switches += --disable-dependency-tracking
extra_configure_switches += --enable-libgdbm-compat
+
ifeq ($(__ENABLE_STATIC__),yes)
extra_configure_switches += --enable-static=yes
else
@@ -119,14 +120,14 @@
@rm -rf $(GDBM_32_PKG)/usr/share
# ======= remove toolchain path from target libtool *.la files =======
@( cd $(GDBM_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
- sed -i "s,$(TARGET_DEST_DIR),,g" libgdbm.la libgdbm_compat.la \
+ sed -i "s,$(TARGET_DEST_DIR),,g" libgdbm.la libgdbm_compat.la ; \
)
# ======= Install the same to $(TARGET_DEST_DIR) =======
$(call install-into-devenv, $(GDBM_32_PKG))
# ======= tune libtool *.la search path to the target destination for development =======
@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
- sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libgdbm.la libgdbm_compat.la ; \
- sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la \
+ sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libgdbm.la libgdbm_compat.la ; \
+ sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la ; \
)
# ======= Strip binaries =======
@( cd $(GDBM_32_PKG) ; \