[hackers] [sbase] Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc" || sin

From: <git_AT_suckless.org>
Date: Sat, 21 Dec 2013 14:39:40 +0100

commit 71cbd12ede838f8193ea5d13e3692cc57c0cf942
Author: sin <sin_AT_2f30.org>
Date: Sat Dec 21 12:07:16 2013 +0000

    Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc"
    
    This reverts commit 06d43e48328ce7e6e0eae70293f4e3a4fef417d5.
    
    Let's stick to the most basic and common options for the default
    case.

diff --git a/config.mk b/config.mk
index 6441d6b..a3ffc4d 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man
 #CC = musl-gcc
 LD = $(CC)
 CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
-CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic -fPIC $(CPPFLAGS)
+CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic $(CPPFLAGS)
 LDFLAGS = -g
 
 #CC = tcc
Received on Sat Dec 21 2013 - 14:39:40 CET

This archive was generated by hypermail 2.3.0 : Sat Dec 21 2013 - 14:48:12 CET