summaryrefslogtreecommitdiff
path: root/rpmbuild.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-08-20 11:35:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-08-20 13:48:42 +0300
commit04b1816f008d465ea5d7fa686e092280c3f104c3 (patch)
tree5f61a955449e303ebd6cc669af937baed714cc29 /rpmbuild.c
parent910fc93842b766cbf211330191598f663be4f452 (diff)
downloadlibrpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.gz
librpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.bz2
librpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.zip
If MiNT can't cope, frankly my dear, I dont give a damn
Diffstat (limited to 'rpmbuild.c')
-rw-r--r--rpmbuild.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmbuild.c b/rpmbuild.c
index 5ca6bed19..60310ff1e 100644
--- a/rpmbuild.c
+++ b/rpmbuild.c
@@ -50,11 +50,6 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
-#ifdef __MINT__
-/* MiNT cannot dynamically increase the stack. */
-long _stksize = 64 * 1024L;
-#endif
-
RPM_GNUC_NORETURN
static void argerror(const char * desc)
{