index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
curl
/
curl.mk
Age
Commit message (
Collapse
)
Author
2008-12-28
curl: rename to libcurl so Makefile.autotools.in can find patches
Peter Korsgaard
2008-12-28
curl: convert to Makefile.autotools.in format, bump version
Peter Korsgaard
2008-12-08
package/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-07-05
Use latest config.* from buildroot in curl
Ulf Samuelsson
2007-11-28
Move curl from lib to usr/lib, update curl.la
Ulf Samuelsson
2007-11-27
Bump curl version to 1.17.1
Ulf Samuelsson
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵
Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21
Remove switches if sstrip is run
Ulf Samuelsson
2007-08-11
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
Ulf Samuelsson
2007-06-27
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-07
Add new packages.
"Steven J. Hill"