diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-13 22:07:11 +0100 |
commit | 56e554d65183edf7bcbab7ff04f0d13fa5a4a403 (patch) | |
tree | 11bdc0ebfe37397d17f7f81404b5fdbd80d516cc /package/neon | |
parent | c222009ae2041c53e2fce319c12b1c1b08dfe4fa (diff) |
add a lot of new devel subpackages and fix native builds of packages
Diffstat (limited to 'package/neon')
-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) |