~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/libcap-1.10-shared.patch

  • Committer: Daniel Glanzmann
  • Date: 2008-09-26 17:05:28 UTC
  • mto: (1394.1.12)
  • mto: This revision was merged to the branch mainline in revision 1401.
  • Revision ID: git-v1:19ac4d1b6e234e1391b3d406381e3b74e92c40dd
added new useragent thunderbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -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