diff -r f880f219c566 -r b363f8ef6dcb openpkg/openpkg.spec --- a/openpkg/openpkg.spec Tue Jul 31 12:23:42 2012 +0200 +++ b/openpkg/openpkg.spec Tue Jul 31 12:27:54 2012 +0200 @@ -76,7 +76,7 @@ Group: Bootstrapping License: Proprietary, Open Source Version: 4.6.7 -Release: 20120708 +Release: 20120800 # list of pristine upstream sources Source0: ftp://ftp.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz @@ -910,6 +910,7 @@ CFLAGS="-O" \ ./configure \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --mandir=%{l_prefix}/man \ --without-libiconv-prefix \ --without-libintl-prefix \ @@ -1022,6 +1023,7 @@ GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --enable-bsdtar \ --enable-bsdcpio \ --with-zlib \ @@ -1067,6 +1069,7 @@ GREP="grep" \ ./configure \ --cache-file=./config.cache \ + --libdir="%{l_prefix}/lib" \ --without-libidn \ --disable-shared \ --disable-thread \ @@ -1115,6 +1118,7 @@ ./configure \ --cache-file=./config.cache \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --with-cpu=none \ --with-arch=none \ --without-cplusplus \ @@ -1139,6 +1143,7 @@ GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --disable-shared \ --with-included-gettext \ --without-libintl-prefix \ @@ -1157,6 +1162,7 @@ GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --disable-threadsafe \ --disable-readline \ --disable-debug \ @@ -1242,6 +1248,7 @@ ./configure \ --cache-file=./config.cache \ --prefix=%{l_prefix} \ + --libdir="%{l_prefix}/lib" \ --mandir="%{l_prefix}/man" \ --includedir="%{l_prefix}/include/openpkg" \ --with-name="OpenPKG RPM" \