Changeset 1238 for branches/fc11-dev/server/fedora/Makefile
- Timestamp:
- Jul 3, 2009, 3:47:04 AM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
- Property svn:mergeinfo changed
/trunk merged: 1227,1230-1231,1233-1237
- Property svn:mergeinfo changed
-
branches/fc11-dev/server/fedora/Makefile
r1220 r1238 21 21 upstream_yum = krb5 httpd openssh php 22 22 upstream = openafs $(upstream_yum) 23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun scripts-base23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun php_scripts scripts-base 24 24 allsrc = $(upstream) $(oursrc) 25 25 oursrcdir = ${PWD}/../common/oursrc … … 180 180 # The following packages are needed for our packages 181 181 basic-deps = kernel-devel rpm-build rpmdevtools gcc autoconf patch krb5-workstation glibc-devel.i586 glibc-devel libtool libgcc.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 php-devel 183 183 httpdmods-deps = httpd-devel 184 184 httpd-deps = xmlto db4-devel expat-devel zlib-devel libselinux-devel apr-devel apr-util-devel pcre-devel openssl-devel distcache-devel
Note: See TracChangeset
for help on using the changeset viewer.