]> git.pld-linux.org Git - packages/libcap.git/blob - libcap-1.92-make.patch
- updated link patch to use -fPIC when compiling shared library
[packages/libcap.git] / libcap-1.92-make.patch
1 diff -urN libcap-1.92.orig/Make.Rules libcap-1.92/Make.Rules
2 --- libcap-1.92.orig/Make.Rules Fri May 14 07:26:51 1999
3 +++ libcap-1.92/Make.Rules      Tue Apr 25 04:14:58 2000
4 @@ -44,10 +44,10 @@
5  CC=gcc
6  COPTFLAGS=-O2
7  DEBUG=-g #-DDEBUG
8 -WARNINGS=-ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \
9 +WARNINGS=-D_POSIX_SOURCE -Wall -Wwrite-strings \
10          -Wpointer-arith -Wcast-qual -Wcast-align \
11          -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
12 -        -Wnested-externs -Winline -Wshadow -pedantic
13 +        -Wnested-externs -Winline -Wshadow
14  LD=ld
15  LDFLAGS=-s #-g
16  
This page took 0.046529 seconds and 3 git commands to generate.