Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7947da50
Kaydet (Commit)
7947da50
authored
Agu 29, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Work around autoreconf de-ANSI-fication support error
Change-Id: I990167289fe39bbfdb3b40abf8fc522dabb7cc20
üst
030df631
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
makefile.mk
libxmlsec/makefile.mk
+5
-1
xmlsec1-1.2.14-ansi.patch
libxmlsec/xmlsec1-1.2.14-ansi.patch
+13
-0
No files found.
libxmlsec/makefile.mk
Dosyayı görüntüle @
7947da50
...
...
@@ -57,6 +57,9 @@ TARFILE_MD5=1f24ab1d39f4a51faf22244c94a6203f
#xmlsec1-mingw32.patch: Mingw32 support.
#xmlsec1-mingw-customkeymanage-addmscrypto.patch: builds the custom keymanager on mingw
#xmlsec1-vc.path: support for Visual C++ 10
#xmlsec1-1.2.14-ansi.patch: otherwise, at least MacPorts autoreconf (GNU
# Autoconf) 2.69 fails with "configure.in:50: error: automatic de-ANSI-fication
# support has been removed"
PATCH_FILES
=
\
xmlsec1-configure.patch
\
xmlsec1-configure-libxml-libxslt.patch
\
...
...
@@ -69,7 +72,8 @@ PATCH_FILES=\
xmlsec1-mingw-keymgr-mscrypto.patch
\
xmlsec1-vc10.patch
\
xmlsec1-1.2.14_fix_extern_c.patch
\
xmlsec1-android.patch
xmlsec1-android.patch
\
xmlsec1-1.2.14-ansi.patch
ADDITIONAL_FILES
=
\
include
$/
xmlsec
$/
mscrypto
$/
akmngr.h
\
...
...
libxmlsec/xmlsec1-1.2.14-ansi.patch
0 → 100644
Dosyayı görüntüle @
7947da50
--- misc/xmlsec1-1.2.14/configure.in 2012-08-29 22:44:51.000000000 +0200
+++ misc/build/xmlsec1-1.2.14/configure.in 2012-08-29 22:46:23.000000000 +0200
@@ -46,10 +46,6 @@
AC_PATH_PROG(HELP2MAN, help2man)
AC_PATH_PROG(MAN2HTML, man2html)
-dnl Make sure we have an ANSI compiler
-AM_C_PROTOTYPES
-test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
-
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment