Created
February 23, 2019 06:03
-
-
Save sanderfoobar/81d85441d1743aafbb364e9535e9eced to your computer and use it in GitHub Desktop.
recompile .deb static
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get build-dep | |
apt-get source [...] | |
cd [...] | |
DEB_CFLAGS_APPEND="-fPIC" DEP_CXXFLAGS_APPEND="-fPIC" DEB_CPPFLAGS_APPEND="-fPIC" dpkg-buildpackage -B -us -uc -j3 -rfakeroot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment