]> git.pld-linux.org Git - packages/libcap.git/blame - libcap-make.patch
- updated to 2.21
[packages/libcap.git] / libcap-make.patch
CommitLineData
80d1b954
AM
1--- libcap/Make.Rules~ 2008-07-10 08:22:22.000000000 +0200
2+++ libcap/Make.Rules 2008-07-27 11:50:06.884836635 +0200
3@@ -43,7 +43,7 @@
4 # Compilation specifics
5
6 CC := gcc
7-CFLAGS := -O2
8+CFLAGS := $(OPT_CFLAGS)
9 BUILD_CC := $(CC)
10 BUILD_CFLAGS := $(CFLAGS)
11 AR := ar
12@@ -54,7 +54,7 @@
13 -Wstrict-prototypes -Wmissing-prototypes \
14 -Wnested-externs -Winline -Wshadow
15 LD=$(CC) -Wl,-x -shared
16-LDFLAGS := #-g
17+LDFLAGS := $(OPT_LDFLAGS) #-g
18
19 KERNEL_HEADERS := $(topdir)/libcap/include
20 SYSTEM_HEADERS = /usr/include
cc651827 21
This page took 0.112727 seconds and 4 git commands to generate.