我必须从 nginx 源创建一个包含一些附加模块的 .deb 文件。
我下载了 src 文件并进行了编辑debian/rules
。为了增加core
特色,我添加了模块并进行了编译。
然后我删除了其他口味,因为我只需要一种core
。
nginx-full
然后编译失败,因为无法复制来自的 obj 文件。
cp: cannot stat ‘debian/tmp/debian/build-full/objs/nginx’: No such file or directory
为什么我nginx-full
只需要编译就行了nginx-core
?