Skip to content

Commit

Permalink
fix libidn
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Apr 12, 2024
1 parent 9dc8755 commit 17fd94c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions make/libs/libidn/libidn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(PKG)_SITE:=@GNU/$(pkg)
$(PKG)_LIBNAME_SHORT := $(pkg)
$(PKG)_BINARY:=$($(PKG)_DIR)/$(pkg).so.$($(PKG)_LIB_VERSION)
$(PKG)_STAGING_BINARY:=$(TARGET_TOOLCHAIN_STAGING_DIR)/lib/$(pkg).so.$($(PKG)_LIB_VERSION)
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_LIB)/$(pkg).so.$($(PKG)_LIB_VERSION)
$(PKG)_TARGET_BINARY:=$($(PKG)_TARGET_DIR)/$(pkg).so.$($(PKG)_LIB_VERSION)


$(PKG_SOURCE_DOWNLOAD)
Expand All @@ -29,7 +29,6 @@ $($(PKG)_STAGING_BINARY): $($(PKG)_BINARY)
$(PKG_FIX_LIBTOOL_LA) \
$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/lib/$(LIBIDN_LIBNAME_SHORT).la


$($(PKG)_TARGET_BINARY): $($(PKG)_STAGING_BINARY)
$(INSTALL_LIBRARY_STRIP)

Expand All @@ -43,6 +42,6 @@ $(pkg)-clean:
$(RM) $(TARGET_TOOLCHAIN_STAGING_DIR)/lib/$(LIBIDN_LIBNAME_SHORT)*

$(pkg)-uninstall:
$(RM) $(LIBIDN_DEST_LIB)/$(LIBIDN_LIBNAME_SHORT).so*
$(RM) $(LIBIDN_TARGET_DIR)/$(LIBIDN_LIBNAME_SHORT).so*

$(PKG_FINISH)

0 comments on commit 17fd94c

Please sign in to comment.