head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2004.03.23.14.24.42;	author clement;	state dead;
branches;
next	1.2;

1.2
date	2004.03.22.21.36.45;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.22.21.29.42;	author clement;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- backout -fPIC related wrong commits
  I spend most of my night looking for a nice solution.
  I found one very crappy, I'll dig into this later.
@
text
@--- src/scrandom/Makefile.in.orig	Mon Mar 22 21:43:38 2004
+++ src/scrandom/Makefile.in	Mon Mar 22 21:44:10 2004
@@@@ -157,7 +157,7 @@@@
 CCLD = $(CC)
 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@@
-CFLAGS = @@CFLAGS@@
+CFLAGS = @@CFLAGS@@ -fPIC
 DIST_SOURCES = $(libscrandom_a_SOURCES) $(test_random_SOURCES)
 HEADERS = $(include_HEADERS)
 
@


1.2
log
@Oops, fix patch (which fails to apply cleanly)
No more ports for today...

Pointy hat to:	me
@
text
@@


1.1
log
@Set -fPIC in the correct way.
Maintainer informed.

Reminded by:	kris
No cookie for:	me
@
text
@d1 2
a2 2
--- src/scrandom/Makefile.in.orig      Sat Jan 31 06:36:49 2004
+++ src/scrandom/Makefile.in   Sat Jan 31 06:37:20 2004
d6 1
a6 1
       $(AM_LDFLAGS) $(LDFLAGS) -o $@@
@

