Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/cups
Date: Sun, 25 Jan 2009 22:06:55 +0100	[thread overview]
Message-ID: <87hc3ndrio.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20090125205344.6649776D28@busybox.osuosl.org> (ulf@uclibc.org's message of "Sun\, 25 Jan 2009 20\:53\:44 +0000 \(UTC\)")

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-25 20:53:43 +0000 (Sun, 25 Jan 2009)
 ulf> New Revision: 25020

 ulf> Log:
 ulf> Make cups build, support perl/php option

 ulf> Modified:
 ulf>    trunk/buildroot/package/cups/cups.mk


 ulf>  	(cd $(CUPS_DIR) && \
 ulf>  		$(TARGET_CONFIGURE_OPTS) \
 ulf>  		$(TARGET_CONFIGURE_ARGS) \
 ulf> +		$(CUPS_CONF_ENV) \
 ulf> +		CFLAGS="$(CUPS_CFLAGS)" \
 ulf>  		./configure \
 ulf> -		--prefix=/usr $(CUPS_CONF_OPT_DBUS) --includedir=/usr/include  \
 ulf> -		--libdir=/usr/lib --disable-gnutls --disable-gssapi --host=$(ARCH) \ )
 ulf> +		--target=$(GNU_TARGET_NAME) \
 ulf> +		--host=$(GNU_TARGET_NAME) \
 ulf> +		--build=$(GNU_HOST_NAME) \
 ulf> +		--prefix=/usr \
 ulf> +		--includedir=/usr/include  \
 ulf> +		--libdir=/usr/lib \
 ulf> +		--exec-prefix=/ \

Shouldn't that be /usr?

 ulf> +		--bindir=/usr/bin \
 ulf> +		--sbindir=/usr/sbin \
 ulf> +		--libexecdir=/usr/lib \
 ulf> +		--sysconfdir=/etc \

And all of those should get set automatically by prefix.

 ulf> +		--with-config-file-path=/etc \
 ulf> +		--datadir=/usr/share/misc \
 ulf> +		--localstatedir=/var \
 ulf> +		--mandir=/usr/man \
 ulf> +		--infodir=/usr/info \
 ulf> +		--disable-gnutls \
 ulf> +		--disable-gssapi \
 ulf> +		$(CUPS_CONF_OPT) \
 ulf> +		)
 ulf>  	touch $@
 

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-01-25 21:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-25 20:53 [Buildroot] svn commit: trunk/buildroot/package/cups ulf at uclibc.org
2009-01-25 21:06 ` Peter Korsgaard [this message]
2009-01-25 22:49   ` Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2009-01-25 23:16 ulf at uclibc.org
2008-09-02 11:14 jacmet at uclibc.org
2008-09-01 21:16 jacmet at uclibc.org
2008-04-25 16:45 ninevoltz at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hc3ndrio.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox