OSDN Git Service

e2fsprogs: create com_err.h link in includedir
authorEric Sandeen <sandeen@redhat.com>
Wed, 16 Feb 2011 18:01:39 +0000 (12:01 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Feb 2011 23:10:21 +0000 (18:10 -0500)
commitb6d274f7c67333e9d4b191b0d27a00be6a2d723f
tree592d59997f828134a5abcd493e2301556b2de038
parent89d459751006f844cde6132420079926e533c49e
e2fsprogs: create com_err.h link in includedir

After debian bug #192277, debian/rules started making a symlink
to com_err.h in /usr/include.  Now I have Fedora bug #550889
for the same issue, and perhaps it's time to make this link
by default, rather than fixing it up in packaging steps?

[ Changed by tytso to remove the explicit -s option; this will default
  to creating a hard link by default, which slightly faster.  If
  people want to use symlinks for all links during the install
  process, they can use configure option --enable-symlink-install.
  The reason for this change is that some file systems, like AFS,
  don't support symlinks, and AFS users complain when they can't build
  or install into AFS.  So I don't want to use symlinks
  unconditionally without a way of switching things back and forth,
  and it's easier if we just make all links made during the install
  process to be hard links or sym links. ]

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/rules
lib/et/Makefile.in