From: Schantl Stefan Date: Wed, 17 Feb 2010 20:43:38 +0000 (+0100) Subject: popt: Fix librarie place. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5229d8063d835cadfe878006cc2f4770cc88642f;p=ipfire-3.x.git popt: Fix librarie place. --- diff --git a/pkgs/core/popt/popt.nm b/pkgs/core/popt/popt.nm index 720f5b0b0..66e066231 100644 --- a/pkgs/core/popt/popt.nm +++ b/pkgs/core/popt/popt.nm @@ -41,3 +41,11 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --libdir=/lib \ + +define STAGE_INSTALL_CMDS + -mkdir -pv $(BUILDROOT)/usr/lib + ln -sfv ../../lib/libpopt.so.0.0.0 $(BUILDROOT)/usr/lib/libpopt.so +endef