diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 20:34:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 20:34:01 +0100 |
commit | d2bda1cfddccdd4c553a15e775a037de3bbb0570 (patch) | |
tree | 965914462125326d3166287f4567ceae50bf7914 /package/gdbm/patches | |
parent | 22db207e5c13ad254ff488b8be2601792aae8586 (diff) | |
parent | d07bf77e221876d0c9d6f9813ef165265b67c15e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gdbm/patches')
-rw-r--r-- | package/gdbm/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gdbm/patches/patch-configure b/package/gdbm/patches/patch-configure new file mode 100644 index 000000000..f8b196ec5 --- /dev/null +++ b/package/gdbm/patches/patch-configure @@ -0,0 +1,11 @@ +--- gdbm-1.8.3.orig/configure 2002-10-15 23:53:26.000000000 +0200 ++++ gdbm-1.8.3/configure 2014-03-07 10:48:33.000000000 +0100 +@@ -5532,7 +5532,7 @@ linux-gnuoldld* | linux-gnuaout* | linux + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-*) + version_type=linux + need_lib_prefix=no + need_version=no |