From fa676a26cd7a93a42589d6d8fba8ab0623844822 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 28 Oct 2024 22:18:39 +0000 Subject: [PATCH] unixodbc: correct build Enable hardening options, correct configure option, refresh autotools. But crutially bump epoch to above what is currently published. As melange files point at epoch 0, whilst latest published build is epoch 3. --- unixodbc.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unixodbc.yaml b/unixodbc.yaml index e780884ffd4..c1aa83ab6c3 100644 --- a/unixodbc.yaml +++ b/unixodbc.yaml @@ -2,7 +2,7 @@ package: name: unixodbc version: 2.3.12 - epoch: 0 + epoch: 4 description: ODBC is an open specification to access Data Sources copyright: - license: LGPL-2.0-or-later @@ -17,6 +17,7 @@ environment: - ca-certificates-bundle - libtool - m4 + - openssf-compiler-options - pkgconf-dev - readline-dev @@ -27,10 +28,12 @@ pipeline: tag: ${{package.version}} expected-commit: c335dbf3fa25b524e935e98cf26b96a2e13f5c81 + - runs: autoupdate + - uses: autoconf/configure with: opts: | - -disable-nls \ + --disable-nls \ --enable-gui=no \ --enable-static