]> git.pld-linux.org Git - packages/perl-Quota.git/commitdiff
- use -fPIC for extraobjs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 May 2004 21:38:31 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Quota-pic.patch -> 1.1

perl-Quota-pic.patch [new file with mode: 0644]

diff --git a/perl-Quota-pic.patch b/perl-Quota-pic.patch
new file mode 100644 (file)
index 0000000..abcbb2f
--- /dev/null
@@ -0,0 +1,11 @@
+--- Quota-1.4.10/Makefile.PL.orig      2004-01-24 15:42:04.000000000 +0100
++++ Quota-1.4.10/Makefile.PL   2004-05-09 23:36:58.466593917 +0200
+@@ -106,7 +106,7 @@
+     if (defined $extraobj) {
+         ($extrac = $extraobj) =~ s/\.o(\s+|$)/.c/g;
+         $ret .= "\n$extraobj :\n\t".
+-                '$(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) '."$extrac\n\n";
++                '$(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) $(CCCDLFLAGS) '."$extrac\n\n";
+     }
+     # extract objects from a library to link them in statically
This page took 0.101781 seconds and 4 git commands to generate.