diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /autofs | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'autofs')
-rw-r--r-- | autofs/autofs-4.1.3/cross.patch | 32 | ||||
-rw-r--r-- | autofs/autofs_3.1.7.bb | 0 | ||||
-rw-r--r-- | autofs/autofs_4.0.0.bb | 0 | ||||
-rw-r--r-- | autofs/autofs_4.1.3.bb | 0 |
4 files changed, 0 insertions, 32 deletions
diff --git a/autofs/autofs-4.1.3/cross.patch b/autofs/autofs-4.1.3/cross.patch deleted file mode 100644 index 7c5a9949fb..0000000000 --- a/autofs/autofs-4.1.3/cross.patch +++ /dev/null @@ -1,32 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- autofs-4.1.3/configure.in~cross -+++ autofs-4.1.3/configure.in -@@ -134,12 +134,14 @@ - cat > pietest.c <<EOF - int main(void) { return 0; } - EOF -+AF_tmp_ldflags="$LDFLAGS" -+AF_tmp_cflags="$CFLAGS" - CFLAGS=-fPIE - LDFLAGS=-pie - DAEMON_CFLAGS= - DAEMON_LDFLAGS= - AC_MSG_CHECKING([whether gcc -fPIE works]) --AC_RUN_IFELSE([AC_LANG_PROGRAM([[]], [[int main(void) {return 0;}]])], -+AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[int main(void) {return 0;}]])], - [gcc_supports_pie=yes], [gcc_supports_pie=no]) - AC_MSG_RESULT([$gcc_supports_pie]) - if test $gcc_supports_pie = yes ; then -@@ -149,6 +151,8 @@ - rm -f pietest.c - AC_SUBST(DAEMON_CFLAGS) - AC_SUBST(DAEMON_LDFLAGS) -+CFLAGS="${AF_tmp_cflags}" -+LDFLAGS="${AF_tmp_ldflags}" - - # - # Location of init.d directory? diff --git a/autofs/autofs_3.1.7.bb b/autofs/autofs_3.1.7.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/autofs/autofs_3.1.7.bb +++ /dev/null diff --git a/autofs/autofs_4.0.0.bb b/autofs/autofs_4.0.0.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/autofs/autofs_4.0.0.bb +++ /dev/null diff --git a/autofs/autofs_4.1.3.bb b/autofs/autofs_4.1.3.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/autofs/autofs_4.1.3.bb +++ /dev/null |