Changeset 8080e7a for scripts/native-scripts/native-perl.sh
- Timestamp:
- Feb 21, 2006, 12:18:15 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5baad6a
- Parents:
- f5aa871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/native-scripts/native-perl.sh
rf5aa871 r8080e7a 65 65 cd ${SRC}/${PKGDIR} 66 66 67 # if not creating a shared libperl (ie useshrplib not true), still use pic 68 sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 69 -e "s@static_target='static'@static_target='static_pic'@g" \ 70 Makefile.SH 71 67 72 max_log_init Perl ${PERL_VER} "native (shared)" ${CONFLOGS} ${LOG} 68 73 CC="${CC-gcc} ${ARCH_CFLAGS}" \ … … 71 76 -Dman1dir='/usr/share/man/perl/man1' \ 72 77 -Dman3dir='/usr/share/man/perl/man3' \ 78 -Dcccdlflags='-fPIC' \ 73 79 >> ${LOGFILE} 2>&1 && 74 80 echo " o Configure OK" || barf
Note:
See TracChangeset
for help on using the changeset viewer.