]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/libcap-1.10-shared.patch
Updater: convert extrahd entries to uuid.
[people/pmueller/ipfire-2.x.git] / src / patches / libcap-1.10-shared.patch
CommitLineData
cd1a2927
MT
1diff -ruN libcap-1.10.old/libcap/Makefile libcap-1.10/libcap/Makefile
2--- libcap-1.10.old/libcap/Makefile 1999-04-18 00:16:31.000000000 +0200
3+++ libcap-1.10/libcap/Makefile 2004-01-14 10:47:20.000000000 +0100
4@@ -56,12 +56,12 @@
5 # @sed -ne '/^#define[ \t]CAP[_A-Z]\+[ \t]\+[0-9]\+/{s/^#define CAP_\([^ \t]*\)[ \t]*\([^ \t]*\)/ \{ \2, \"\1\" \},/;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;p;}' < /usr/include/linux/capability.h | fgrep -v 0x > cap_names.sed
6
7 $(MINLIBNAME): $(OBJS)
8- $(LD) -soname $(MAJLIBNAME) -x -shared -o $@ $(OBJS)
9+ $(CC) -Wl,-soname,$(MAJLIBNAME) -Wl,-x -shared -o $@ $(OBJS)
10 ln -sf $(MINLIBNAME) $(MAJLIBNAME)
11 ln -sf $(MAJLIBNAME) $(LIBNAME)
12
13 %.o: %.c $(INCLS)
14- $(CC) $(CFLAGS) -c $< -o $@
15+ $(CC) $(CFLAGS) -fpic -c $< -o $@
16
17 install: all
18 mkdir -p -m 0755 $(INCDIR)/sys