Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions unixodbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,6 +17,7 @@ environment:
- ca-certificates-bundle
- libtool
- m4
- openssf-compiler-options
- pkgconf-dev
- readline-dev

Expand All @@ -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

Expand Down