c57c8f5dff
- Add configure-return-void-fix.patch in order to fix wrong configure with -Werror=return-type. OBS-URL: https://build.opensuse.org/request/show/715362 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=51
13 lines
389 B
Diff
13 lines
389 B
Diff
diff --git a/configure b/configure
|
|
index eb38925..163f255 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -19397,6 +19397,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLHSTMT StatementHandle,
|
|
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
|
|
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
|
|
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
|
|
+ return 0;
|
|
}
|
|
int
|
|
main ()
|