packages: pacparser/pacparser-make.patch - blah, -fPIC is for compiler, not...

pawelz pawelz at pld-linux.org
Wed Feb 10 18:07:00 CET 2010


Author: pawelz                       Date: Wed Feb 10 17:07:00 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- blah, -fPIC is for compiler, not for linker. /me stupid.

---- Files affected:
packages/pacparser:
   pacparser-make.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/pacparser/pacparser-make.patch
diff -u packages/pacparser/pacparser-make.patch:1.1 packages/pacparser/pacparser-make.patch:1.2
--- packages/pacparser/pacparser-make.patch:1.1	Wed Feb 10 17:41:33 2010
+++ packages/pacparser/pacparser-make.patch	Wed Feb 10 18:06:54 2010
@@ -74,12 +74,7 @@
  LIBRARY = libpacparser.$(SO_SUFFIX).$(LIB_VER)
  PREFIX ?= /usr
  LIB_PREFIX = $(DESTDIR)$(PREFIX)/lib
-@@ -101,17 +48,17 @@
- all: pactester
- 
- pacparser.o: pacparser.c pac_utils.h
--	$(CC) $(CFLAGS) $(SHFLAGS) -c pacparser.c -o pacparser.o
-+	$(CC) $(CFLAGS) -c pacparser.c -o pacparser.o
+@@ -101,12 +48,12 @@
  	touch pymod/pacparser_o_buildstamp
  
  $(LIBRARY): pacparser.o
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pacparser/pacparser-make.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list