diff options
Diffstat (limited to '')
-rwxr-xr-x | source/l/libiodbc/libiodbc.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/l/libiodbc/libiodbc.SlackBuild b/source/l/libiodbc/libiodbc.SlackBuild index a8e71429e..55906d06b 100755 --- a/source/l/libiodbc/libiodbc.SlackBuild +++ b/source/l/libiodbc/libiodbc.SlackBuild @@ -78,6 +78,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +if [ ! -r configure ]; then + NOCONFIGURE=1 ./autogen.sh +fi + # Configure: # We add '--disable-libodbc'. This way, a libodbc.so library does not get # installed so that this package won't clash with an already present unixodbc. |