Changeset 482


Ignore:
Timestamp:
Dec 18, 2014, 5:41:44 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: cups, initial public build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/cups.spec

    r481 r482  
    11#define svn_url     F:/rd/ports/cups/trunk
    22%define svn_url     http://svn.netlabs.org/repos/ports/cups/trunk
    3 %define svn_rev     943
     3%define svn_rev     944
    44
    55%define _without_dbus 1
     
    125125export CONFIG_SITE="/@unixroot/usr/share/config.legacy";
    126126export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe";
    127 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" \
     127export LDFLAGS=" -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp";
     128export LIBS="-lurpo";
     129CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$LDFLAGS $RPM_OPT_FLAGS" \
    128130    %configure %{_dbus} %{_php} %{_static}
    129131# If we got this far, all prerequisite libraries must be here.
     
    285287%changelog
    286288* Tue Dec 18 2014 yd
    287 - r943, initial unixroot build.
     289- r944, initial unixroot build.
Note: See TracChangeset for help on using the changeset viewer.