mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
316 B

  1. gammu_prepatch() {
  2. sed -i \
  3. -e '/^#define GSM_BACKUP_MAX_SYNCMLSETTINGS/s/10/50/' \
  4. -e '/^#define GSM_BACKUP_MAX_CHATSETTINGS/s/10/50/' \
  5. common/service/backup/backgen.h
  6. }
  7. hook_add prepatch 3 "gammu_prepatch"
  8. hook_add preconf 3 "./configure $confopt"
  9. runconf=0
  10. makeopt="shared"
  11. makeinstopt="installshared"