Change to ncurses6
This commit is contained in:
parent
76a2977b3e
commit
402cac26b3
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: megacli
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
|
||||
Build-Depends: debhelper (>= 5), libncurses5
|
||||
Build-Depends: debhelper (>= 5), libncurses6, patchelf
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.lsi.com/support/Pages/Download-Results.aspx?keyword=megacli
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -23,6 +23,7 @@ install: build
|
||||
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||
install $(CURDIR)/amd64/opt/MegaRAID/MegaCli/MegaCli64 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
install $(CURDIR)/amd64/opt/MegaRAID/MegaCli/libstorelibir-2.so.14.07-0 $(CURDIR)/debian/megacli/usr/lib/megacli/libstorelibir-2.so.14.07-0
|
||||
patchelf --replace-needed libncurses.so.5 libncurses.so.6 $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
endif
|
||||
ifeq ($(DEB_BUILD_ARCH),i386)
|
||||
install $(CURDIR)/i386/opt/MegaRAID/MegaCli/MegaCli $(CURDIR)/debian/megacli/usr/lib/megacli/megacli.real
|
||||
|
Loading…
x
Reference in New Issue
Block a user