root/trunk/alpine/alpine.postconf

Revision 1496, 339 bytes (checked in by marius, 4 years ago)

Added file

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3reinplace "-Wno-pointer-sign" "" /tmp/$1-$2/c-client/CFLAGS
4reinplace "-Wno-pointer-sign" "" /tmp/$1-$2/c-client/Makefile
5reinplace "-Wno-pointer-sign" "" /tmp/$1-$2/imap/c-client/CFLAGS
6reinplace "-Wno-pointer-sign" "" /tmp/$1-$2/imap/c-client/Makefile
7reinplace "-Wno-pointer-sign" "" /tmp/$1-$2/imap/src/osdep/unix/Makefile
Note: See TracBrowser for help on using the browser.