Re: Compiling custom debian packages

2001-06-01 Thread Colin Watson
Jonathan Freiermuth <[EMAIL PROTECTED]> wrote: >I like to roll my own packages with something like "apt-get --source >build imlib". I have CFLAGS exported as "-O4 -march=k6", and the build >process pulls the flags out of the environment. Great. But "apt-get >source --build netpbm" does not use my C

Compiling custom debian packages

2001-06-01 Thread Jonathan Freiermuth
Hi, I like to roll my own packages with something like "apt-get --source build imlib". I have CFLAGS exported as "-O4 -march=k6", and the build process pulls the flags out of the environment. Great. But "apt-get source --build netpbm" does not use my CFLAGS. Is there a standard, debian way to