OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 25-Aug-2006 10:46:46 Branch: HEAD Handle: 2006082509464500 Modified files: openpkg-src/openpkg HISTORY openpkg.spec Log: cleanup build procedure of Perl: -D for empty string should be -U to make Configure happy and l_ldflags does not exist in the bootstrap, so emulate (but workaround lint complains) Summary: Revision Changes Path 1.366 +1 -0 openpkg-src/openpkg/HISTORY 1.518 +2 -2 openpkg-src/openpkg/openpkg.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.365 -r1.366 HISTORY --- openpkg-src/openpkg/HISTORY 25 Aug 2006 08:31:54 -0000 1.365 +++ openpkg-src/openpkg/HISTORY 25 Aug 2006 08:46:45 -0000 1.366 @@ -2,6 +2,7 @@ 2006 ==== +20060825 cleanup build procedure of Perl 20060825 cleanup and bring up-to-date the source tree documentation 20060824 **** RELEASE AS PART OF OPENPKG 2.20060824 *** @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.517 -r1.518 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 25 Aug 2006 08:31:55 -0000 1.517 +++ openpkg-src/openpkg/openpkg.spec 25 Aug 2006 08:46:45 -0000 1.518 @@ -757,10 +757,10 @@ -Dinstallstyle="lib/perl5" \ -Dman1dir=%{l_prefix}/man/man1 \ -Dman3dir=%{l_prefix}/man/man3 \ - -Dcc="${l_cc}" -Doptimize="" \ + -Dcc="${l_cc}" -Uoptimize \ -Dlocincpth="%{l_prefix}/include" \ -Dloclibpth="%{l_prefix}/lib" \ - -Dldflags="%{l_ldflags}" \ + -Dldflags="-L""%{l_prefix}/lib" \ -Dlibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \ -Dglibpth="%{l_prefix}/lib /lib /usr/lib /usr/ccs/lib" \ -Dscriptdir="%{l_prefix}/bin" \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org