mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
* Fixing ltmain.sh is now done in setup.sh.
svn path=/nixpkgs/trunk/; revision=869
This commit is contained in:
parent
5862e56f26
commit
e3ff964291
1 changed files with 0 additions and 9 deletions
|
@ -25,15 +25,6 @@ fi
|
|||
installFlags="$makeFlags"
|
||||
|
||||
|
||||
preConfigure() {
|
||||
for i in $(find . -name "ltmain.sh"); do
|
||||
echo "fixing $i"
|
||||
fixLibtool $i
|
||||
done
|
||||
}
|
||||
preConfigure=preConfigure
|
||||
|
||||
|
||||
postInstall() {
|
||||
if test "$swigBindings"; then
|
||||
make swig-py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue