]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use -fPIC when building python module (needed even to build on alpha)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Dec 2002 12:21:47 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-python-pic.patch -> 1.1

rpm-python-pic.patch [new file with mode: 0644]

diff --git a/rpm-python-pic.patch b/rpm-python-pic.patch
new file mode 100644 (file)
index 0000000..d1f41d1
--- /dev/null
@@ -0,0 +1,10 @@
+--- rpm-4.1/python/Makefile.am.orig    Fri Dec  6 10:57:50 2002
++++ rpm-4.1/python/Makefile.am Mon Dec  9 11:56:11 2002
+@@ -28,6 +28,7 @@
+       -lpopt
+ LDADD =
++CFLAGS = @CFLAGS@ -fPIC
+ pythondir = $(prefix)/lib/python${PYVER}/site-packages
+ python_PROGRAMS = rpmmodule.so
This page took 0.032809 seconds and 4 git commands to generate.