]> git.pld-linux.org Git - packages/python.git/commitdiff
- gdbm is back
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 17 Oct 2002 09:43:26 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-setup.dist -> 1.4
    python.spec -> 1.121

python-setup.dist
python.spec

index 3ebded781f28f0ab9f8952a7983454d47d9f1887..9b99ce137dab080ff594d6034339a56f7293967c 100644 (file)
@@ -354,7 +354,7 @@ _curses_panel _curses_panel.c -I/usr/include/ncurses -lpanel -lncurses
 #
 # First, look at Setup.config; configure may have set this for you.
 
-#gdbm gdbmmodule.c -lgdbm
+gdbm gdbmmodule.c -lgdbm
 
 
 # Berkeley DB interface.
index db85b8d17fa92cbdf6be81756a7caef6f391ad07..13991bf2ec17f3f69114b9b81ea12cb9e379aaa4 100644 (file)
@@ -36,6 +36,7 @@ Patch7:               %{name}-sec-lib-os-execvpe.patch
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: db-devel >= 4
+BuildRequires: gdbm-devel >= 1.0.8-7
 BuildRequires: expat-devel
 BuildRequires: gmp-devel => 4.0
 BuildRequires: ncurses-devel >= 5.2
@@ -439,8 +440,6 @@ tar -xf %{SOURCE1} --use=bzip2 -C html-doc
 install %{SOURCE2} Modules/Setup
 
 %build
-find ./ -name '*gdbm*'|xargs rm -f 
-
 echo ': ${LDSHARED='gcc -shared'}' > config.cache
 echo ': ${LINKFORSHARED='-rdynamic'}' >> config.cache
 echo ': ${CCSHARED='-fPIC'}' >> config.cache
This page took 0.075346 seconds and 4 git commands to generate.