]> git.pld-linux.org Git - packages/libsepol.git/commitdiff
- pass CFLAGS when linking
authortommat <tommat@pld-linux.org>
Fri, 2 Mar 2007 16:18:16 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsepol-multilib.patch -> 1.1

libsepol-multilib.patch [new file with mode: 0644]

diff --git a/libsepol-multilib.patch b/libsepol-multilib.patch
new file mode 100644 (file)
index 0000000..0666454
--- /dev/null
@@ -0,0 +1,11 @@
+--- libsepol-1.16.0/src/Makefile.orig  2007-03-02 16:18:12.000000000 +0100
++++ libsepol-1.16.0/src/Makefile       2007-03-02 16:18:24.000000000 +0100
+@@ -20,7 +20,7 @@
+       ranlib $@
+ $(LIBSO): $(LOBJS)
+-      $(CC) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
++      $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
+       ln -sf $@ $(TARGET) 
+ %.o:  %.c 
This page took 0.03681 seconds and 4 git commands to generate.