From: Michael Tremer Date: Thu, 18 Feb 2010 10:30:42 +0000 (+0100) Subject: expat: Move lib from /usr/lib to /lib. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a82a148ca3feef3fc84f316a9246cce427ef5d7;p=ipfire-3.x.git expat: Move lib from /usr/lib to /lib. --- diff --git a/pkgs/core/expat/expat.nm b/pkgs/core/expat/expat.nm index 3d81c1d72..e4e7ada34 100644 --- a/pkgs/core/expat/expat.nm +++ b/pkgs/core/expat/expat.nm @@ -45,4 +45,10 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -CONFIGURE_OPTIONS += --mandir=/usr/share +CONFIGURE_OPTIONS += --libdir=/lib --mandir=/usr/share + +define STAGE_INSTALL_CMDS + rm -vf $(BUILDROOT)/lib/libexpat.so + -mkdir -pv $(BUILDROOT)/usr/lib + ln -svf ../../lib/libexpat.so.1 $(BUILDROOT)/usr/lib/libexpat.so +endef