Sfoglia il codice sorgente

fix building of cURL under at least FreeBSD 5.3.

Ralf S. Engelschall 21 anni fa
parent
commit
55541843a3
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 0
      openpkg/HISTORY
  2. 2 1
      openpkg/openpkg.spec

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20040923 fix building of cURL under at least FreeBSD 5.3.
 20040920 use the older "test -h" instead of the modern "test -L" in "rpm --setperms" for portability reasons
 20040920 remove <prefix>/lib/openpkg/override directory and its files on deinstallation
 20040912 upgrade to OSSP uuid 1.0.2

+ 2 - 1
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20040922
+%define       V_openpkg  20040923
 
 #   the used software versions
 %define       V_rpm      4.2.1
@@ -649,6 +649,7 @@ Provides:     OpenPKG
       ./configure \
           --cache-file=./config.cache \
           --without-ssl \
+          --without-libidn \
           --disable-shared \
           --disable-thread \
           --disable-ipv6 \