On Thu, Jul 23, 2009 at 7:32 PM, Sascha Siegel<nustyle@xxxxxx> wrote: > Hi, > > how can i find out the compile flags of an app from the ABS? > Usually (installing from the source, without ABS) i use "configure --help" > but with ABS i use "makepkg". > Can someone help, please? Not sure there's any option for that. What I do quite often is: makepkg -o It will download and decompress the source then i'll just ./configure --help Then you can use: makepkg -e to use the uncompressed sources.