SHA256
1
0
forked from pool/adns

Accepting request 56371 from devel:libraries:c_c++

Accepted submit request 56371 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/56371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=13
This commit is contained in:
Berthold Gunreben 2010-12-20 11:22:22 +00:00 committed by Git OBS Bridge
commit 500b1c739b
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,17 @@
--- configure.in.orig
+++ configure.in
@@ -252,7 +252,7 @@ SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'
@@ -59,7 +59,9 @@ AC_ARG_ENABLE(dynamic,
AC_MSG_RESULT([yes, by default])
])
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_INSTALL
@@ -252,7 +254,7 @@ SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'
SHLIBFILE='$(SHLIBSONAME).$(MINOR)'
SHLIBCC='$(CC) $(CFLAGS) -fpic'

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 19 23:07:43 UTC 2010 - cristian.rodriguez@opensuse.org
- Use 64bit file offsets
-------------------------------------------------------------------
Fri Nov 5 20:35:16 UTC 2010 - cristian.rodriguez@opensuse.org