From 9df9ee61a77e598d9024998afa33055352238aef Mon Sep 17 00:00:00 2001 From: Martin Janitschke Date: Wed, 1 Aug 2007 20:29:08 +0000 Subject: [PATCH] correct the libdir path in libglib-2.0.la SVN-Revision: 8313 --- libs/glib2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 724899967..f5f823974 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -58,6 +58,7 @@ define Build/InstallDev $(CP) $(PKG_BUILD_DIR)/glibconfig.h $(STAGING_DIR)/usr/include/glib-2.0 mkdir -p $(STAGING_DIR)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libg* $(STAGING_DIR)/usr/lib/ + $(SED) "s,"libdir\=\'/usr/lib\'",libdir='$(STAGING_DIR)/usr/lib\'," $(STAGING_DIR)/usr/lib/libglib-2.0.la endef define Build/UninstallDev -- 2.30.2