1.1 --- a/openpkg/openpkg.spec Tue Jul 31 12:23:42 2012 +0200 1.2 +++ b/openpkg/openpkg.spec Tue Jul 31 12:27:54 2012 +0200 1.3 @@ -76,7 +76,7 @@ 1.4 Group: Bootstrapping 1.5 License: Proprietary, Open Source 1.6 Version: 4.6.7 1.7 -Release: 20120708 1.8 +Release: 20120800 1.9 1.10 # list of pristine upstream sources 1.11 Source0: ftp://ftp.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz 1.12 @@ -910,6 +910,7 @@ 1.13 CFLAGS="-O" \ 1.14 ./configure \ 1.15 --prefix=%{l_prefix} \ 1.16 + --libdir="%{l_prefix}/lib" \ 1.17 --mandir=%{l_prefix}/man \ 1.18 --without-libiconv-prefix \ 1.19 --without-libintl-prefix \ 1.20 @@ -1022,6 +1023,7 @@ 1.21 GREP="grep" \ 1.22 ./configure \ 1.23 --prefix=%{l_prefix} \ 1.24 + --libdir="%{l_prefix}/lib" \ 1.25 --enable-bsdtar \ 1.26 --enable-bsdcpio \ 1.27 --with-zlib \ 1.28 @@ -1067,6 +1069,7 @@ 1.29 GREP="grep" \ 1.30 ./configure \ 1.31 --cache-file=./config.cache \ 1.32 + --libdir="%{l_prefix}/lib" \ 1.33 --without-libidn \ 1.34 --disable-shared \ 1.35 --disable-thread \ 1.36 @@ -1115,6 +1118,7 @@ 1.37 ./configure \ 1.38 --cache-file=./config.cache \ 1.39 --prefix=%{l_prefix} \ 1.40 + --libdir="%{l_prefix}/lib" \ 1.41 --with-cpu=none \ 1.42 --with-arch=none \ 1.43 --without-cplusplus \ 1.44 @@ -1139,6 +1143,7 @@ 1.45 GREP="grep" \ 1.46 ./configure \ 1.47 --prefix=%{l_prefix} \ 1.48 + --libdir="%{l_prefix}/lib" \ 1.49 --disable-shared \ 1.50 --with-included-gettext \ 1.51 --without-libintl-prefix \ 1.52 @@ -1157,6 +1162,7 @@ 1.53 GREP="grep" \ 1.54 ./configure \ 1.55 --prefix=%{l_prefix} \ 1.56 + --libdir="%{l_prefix}/lib" \ 1.57 --disable-threadsafe \ 1.58 --disable-readline \ 1.59 --disable-debug \ 1.60 @@ -1242,6 +1248,7 @@ 1.61 ./configure \ 1.62 --cache-file=./config.cache \ 1.63 --prefix=%{l_prefix} \ 1.64 + --libdir="%{l_prefix}/lib" \ 1.65 --mandir="%{l_prefix}/man" \ 1.66 --includedir="%{l_prefix}/include/openpkg" \ 1.67 --with-name="OpenPKG RPM" \