Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (4f1834ea90d2549c1842ba3da553c2abff23abb7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (4f1834ea90d2549c1842ba3da553c2abff23abb7)
  • Date: Sun, 4 Jun 2006 19:46:46 +0200

On Sun, Jun 04, 2006 at 12:35:01PM -0500, Jaka Kranjc wrote:
> GIT changes to test grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:
>
> libs/librootapp/BUILD | 8 ++++++--
> libs/librootapp/HISTORY | 3 +++
> 2 files changed, 9 insertions(+), 2 deletions(-)
>
> New commits:
> commit 4f1834ea90d2549c1842ba3da553c2abff23abb7
> Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
>
> librootapp: Add and remove -fPIC for #11397
>
> diff --git a/libs/librootapp/BUILD b/libs/librootapp/BUILD
> index 3b18949..44f2141 100755
> --- a/libs/librootapp/BUILD
> +++ b/libs/librootapp/BUILD
> @@ -1,2 +1,6 @@
> - sedit 's:/usr/local:/usr:g' Init.make &&
> - make
> +sed -i 's:/usr/local:/usr:g' Init.make &&
> +# disable_pic will only disable it on non-x86_64 systems
> +# so these two lines effectively enable it only on x86_64 systems

Why? x86_64 cflags always include -fPIC -DPIC unless a very old (3.3 or
2.x) gcc is used.

> +CFLAGS="$CFLAGS -fPIC -DPIC" &&
> +disable_pic &&
> +make
> diff --git a/libs/librootapp/HISTORY b/libs/librootapp/HISTORY
> index 3ad3eb4..9207b0a 100644
> --- a/libs/librootapp/HISTORY
> +++ b/libs/librootapp/HISTORY
> @@ -1,3 +1,6 @@
> +2006-06-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> + * BUILD: Add and remove -fPIC for #11397 (disable_pic is intelligent)
> +
> 2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
> * DETAILS: (automated) Add KEYWORDS
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page