SHA256
1
0
forked from pool/adns

Accepting request 56370 from home:elvigia:branches:devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/56370
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=5
This commit is contained in:
Cristian Rodríguez 2010-12-19 23:42:59 +00:00 committed by Git OBS Bridge
parent f08ba6db46
commit ef063bbec9
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,17 @@
--- configure.in.orig --- configure.in.orig
+++ configure.in +++ 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)' SHLIBFILE='$(SHLIBSONAME).$(MINOR)'
SHLIBCC='$(CC) $(CFLAGS) -fpic' 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 Fri Nov 5 20:35:16 UTC 2010 - cristian.rodriguez@opensuse.org