diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:17:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:17:52 +0100 |
commit | 0dd1969c3517fec51550e43799ad8dc801d573e0 (patch) | |
tree | ec12d21e67d2cf77e4085bc6b05a305c2623e512 /package/neon/patches | |
parent | 845e6343c2626a05cdc9f7aec0e1e1fd7174437e (diff) | |
parent | 5b1ef5ec98175c6b50fe43bc651702821fc8e8df (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/neon/patches')
-rw-r--r-- | package/neon/patches/patch-neon-config_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/neon/patches/patch-neon-config_in b/package/neon/patches/patch-neon-config_in new file mode 100644 index 000000000..6fc13138d --- /dev/null +++ b/package/neon/patches/patch-neon-config_in @@ -0,0 +1,11 @@ +--- neon-0.29.5.orig/neon-config.in 2008-02-06 12:12:09.000000000 +0100 ++++ neon-0.29.5/neon-config.in 2011-03-08 18:52:01.000000000 +0100 +@@ -78,7 +78,7 @@ while test $# -gt 0; do + if test "$prefix" != "/usr"; then + LIBS="-L${libdir} ${LIBS}" + fi +- echo @user_LDFLAGS@ ${LIBS} ++ echo ${LIBS} + ;; + + --la-file) |