Browse Source

as with libxslt, xmlsec, and sqlite, remove the beecrypt C++ preprocessor configure test

Michael Schloh von Bennewitz 21 years ago
parent
commit
4bdf8feee5
2 changed files with 5 additions and 1 deletions
  1. 1 0
      openpkg/HISTORY
  2. 4 1
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 2004
 ====
 ====
 
 
+20040924 remove the beecrypt C++ preprocessor configure test
 20040923 fix building of cURL under at least FreeBSD 5.3.
 20040923 fix building of cURL under at least FreeBSD 5.3.
 20040922 correct usage text of openpkg.boot (matching aux.wrapsrc.sh exactly)
 20040922 correct usage text of openpkg.boot (matching aux.wrapsrc.sh exactly)
 20040920 use the older "test -h" instead of the modern "test -L" in "rpm --setperms" for portability reasons
 20040920 use the older "test -h" instead of the modern "test -L" in "rpm --setperms" for portability reasons

+ 4 - 1
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 #   o any cc(1)
 
 
 #   the package version/release
 #   the package version/release
-%define       V_openpkg  20040923
+%define       V_openpkg  20040924
 
 
 #   the used software versions
 #   the used software versions
 %define       V_rpm      4.2.1
 %define       V_rpm      4.2.1
@@ -530,6 +530,9 @@ Provides:     OpenPKG
          -e 's;cppglue\.cxx;;g' \
          -e 's;cppglue\.cxx;;g' \
          -e '/^CXX = /s;@CXX@;@CC@;g' \
          -e '/^CXX = /s;@CXX@;@CC@;g' \
          Makefile.in
          Makefile.in
+      %{l_shtool} subst \
+          -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
+          configure
     ) || exit $?
     ) || exit $?
 
 
     #   display verbosity header
     #   display verbosity header