Ignore:
Timestamp:
Mar 11, 2009, 6:48:41 AM (15 years ago)
Author:
Bryan Gartner
Message:

snapshot cleanup of packaging directives and precedence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/rules

    r722 r734  
    3232    #./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
    3333    ./configure \
    34         webalias="PBWEBALIAS" \
    35         webworkdir="PBWEBWORKDIR" \
    36         httpdcfgdir="PBHTTPDCONF" \
    37         docrootdir="PBHTTPDDOCROOT" \
    38         httpd_user="PBHTTPDUSER" \
    39         httpd_group="PBHTTPDGROUP" \
    40         sudoers_cfg="PBSUDOERS" \
    41         --prefix=PBROOTINSTALL \
    42         --sysconfdir=PBETCINSTALL \
    43         --localstatedir=PBVARINSTALL \
     34        webalias="PBwebalias" \
     35        webworkdir="PBwebworkdir" \
     36        httpdcfgdir="PBhttpdcfgdir" \
     37        httpd_user="PBhttpd_user" \
     38        httpd_group="PBhttpd_group" \
     39        sudoers_cfg="PBsudoers_cfg" \
     40        --prefix=PBprefix \
     41        --sysconfdir=PBsysconfdir \
     42        --localstatedir=PBlocalstatedir \
    4443        --host=$(DEB_HOST_GNU_TYPE) \
    4544        --build=$(DEB_BUILD_GNU_TYPE) \
    4645        --without-MKISOFS \
     46        --without-PERLMOD \
    4747        --without-PALO \
    48         --without-PERLMOD \
    4948        --without-SENDMAIL \
    5049        --without-APACHECTL \
Note: See TracChangeset for help on using the changeset viewer.