Commits

Bernhard Reutner-Fischer committed 7025afd93c6
- Reset flags, packages are usually built with -O2 otherwise. Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...